fixed /.htaccess: statements wrongly prefixed by -e

This commit is contained in:
Olivier Bilodeau
2012-03-07 12:28:44 -05:00
parent 73302bb5ac
commit 8634821c7f

View File

@@ -1,6 +1,6 @@
-e Options FollowSymLinks
-e php_flag register_globals off
-e php_flag register_long_arrays on
-e AddType application/x-x509-ca-cert .crt .pem
-e AddType application/pkix-crl .crl
-e AddType application/pkix-cert .cer .der
Options FollowSymLinks
php_flag register_globals off
php_flag register_long_arrays on
AddType application/x-x509-ca-cert .crt .pem
AddType application/pkix-crl .crl
AddType application/pkix-cert .cer .der