only need to disable these on PHP5.3 and lower
This commit is contained in:
parent
ce5bb30113
commit
cd7352ad9b
@ -25,12 +25,6 @@
|
|||||||
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_php5.c>
|
|
||||||
php_flag register_globals 0
|
|
||||||
php_flag magic_quotes_gpc 0
|
|
||||||
php_flag magic_quotes_runtime 0
|
|
||||||
</IfModule>
|
|
||||||
|
|
||||||
<IfModule mod_expires.c>
|
<IfModule mod_expires.c>
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
<FilesMatch "([0-9a-f]{32}|\.(gif|jpe?g|png|css|js))$">
|
<FilesMatch "([0-9a-f]{32}|\.(gif|jpe?g|png|css|js))$">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user