Hi how do u direct a https://domain.com to https://www.domain.com? My browser keeps on neglecting that particular code and direct a security exception. RewriteCond %{HTTPS} on RewriteRule (.*) https://www.domain.com/
Dont know what your on about? Try this: - in .htaccess RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]