Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

htaccess (no replies)

$
0
0
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]

Viewing all articles
Browse latest Browse all 3177

Trending Articles