1
0

Remove php_value from htaccess, collides with fcgi

See http://board.s9y.org/viewtopic.php?f=3&t=20788
This commit is contained in:
onli
2016-07-19 13:41:36 +02:00
parent 04d3c3ba96
commit b5fbccb669
4 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
# BEGIN s9y
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
php_value register_globals off
<Files *.tpl.php>
deny from all

View File

@ -1,7 +1,5 @@
# BEGIN s9y
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
php_value register_globals off
<Files *.tpl.php>
deny from all

View File

@ -1,8 +1,6 @@
# BEGIN s9y
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
php_value register_globals off
Options -MultiViews
<IfModule mod_rewrite.c>

View File

@ -1,8 +1,6 @@
# BEGIN s9y
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
php_value register_globals off
<IfModule mod_rewrite.c>
RewriteEngine On