Remove php_value from htaccess, collides with fcgi
See http://board.s9y.org/viewtopic.php?f=3&t=20788
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user