only need to disable these on PHP5.3 and lower
This commit is contained in:
parent
ce5bb30113
commit
cd7352ad9b
1 changed files with 0 additions and 6 deletions
|
@ -25,12 +25,6 @@
|
|||
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
||||
</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>
|
||||
ExpiresActive On
|
||||
<FilesMatch "([0-9a-f]{32}|\.(gif|jpe?g|png|css|js))$">
|
||||
|
|
Reference in a new issue