]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove php_value
authorMyles McNamara <myles@hostt.net>
Fri, 8 Mar 2013 04:30:56 +0000 (23:30 -0500)
committerMyles McNamara <myles@hostt.net>
Fri, 8 Mar 2013 04:30:56 +0000 (23:30 -0500)
php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().

.htaccess

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