diff --git a/public/.htaccess b/public/.htaccess index bc1a882..397b6b8 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -10,9 +10,11 @@ RewriteRule ^.*$ index.php [NC,L] Options -Indexes # PHP config -php_flag magic_quotes_gpc off -php_flag register_globals off -php_flag short_open_tag on + + php_flag magic_quotes_gpc off + php_flag register_globals off + php_flag short_open_tag on + # Apache 2 gzip SetOutputFilter DEFLATE