Having some problems re-directing with an .htaccess file. Is there a way to check an .htaccess file is working. My site doesn't appear to be picking it up at all..
I have running:
LoadModule rewrite_module modules/mod_rewrite.so
And my htaccess file includes:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ []%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I have running:
LoadModule rewrite_module modules/mod_rewrite.so
And my htaccess file includes:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ []%{HTTP_HOST}%{REQUEST_URI} [L,R=301]