Merge pull request #1931 from owncloud/fastcgi

add cgi pathinfo when fcgi is enabled #1189
remotes/origin/stable5
Thomas Müller 12 years ago
commit f3a8bf9260
  1. 1
      .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

Loading…
Cancel
Save