diff --git a/.htaccess b/.htaccess index cdd32a2..42257ce 100644 --- a/.htaccess +++ b/.htaccess @@ -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