]> source.dussan.org Git - nextcloud-server.git/commitdiff
add cgi pathinfo when fcgi is enabled #1189
authorBernhard Posselt <nukeawhale@gmail.com>
Tue, 26 Feb 2013 17:00:07 +0000 (18:00 +0100)
committerBernhard Posselt <nukeawhale@gmail.com>
Tue, 26 Feb 2013 17:00:07 +0000 (18:00 +0100)
.htaccess

index 048a56d6389dd0b05cc0b4bd36490f125631bdaa..b7fd78821b09fde63567569bdb735eeef18c5b07 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,5 @@
 <IfModule mod_fcgid.c>
+cgi.fix_pathinfo = 1
 <IfModule mod_setenvif.c>
 <IfModule mod_headers.c>
 SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1