fix: Change .htaccess to compensate for Apache bug (#6971)

Fix for https://github.com/librenms/librenms/issues/3810 and workaround for bug in Apache 2.4.21+ https://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html#ProxyFCGIBackendType
This commit is contained in:
Lasse Leegaard
2017-07-14 07:38:25 +02:00
committed by Neil Lathwood
parent 9dbb6c3262
commit 039e410d6d

View File

@ -29,6 +29,6 @@ RewriteCond %{REQUEST_URI} !=/server-status
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
RewriteRule ^(.*)$ index.php/$1/
RewriteRule ^(.*)$ index.php
AcceptPathInfo On