KenX
Member
I am trying to redirect my forum to http://www.example.com but it isn't working.I edited my .htaccess and added this code
But still it didn't work.Need help.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule ^ http://www.domain.com%{REQUEST_URI} [L,R=301]