only need to disable these on PHP5.3 and lower

This commit is contained in:
Daku 2017-03-17 23:12:54 +00:00
parent ce5bb30113
commit cd7352ad9b

View file

@ -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))$">