Status
Not open for further replies.
5 comments
Add this inside .htaccess

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[COLOR=Red]yourdomain[/COLOR].[COLOR=Blue]com[/COLOR]
RewriteRule (.*) http://[COLOR=Red]yourdomain[/COLOR].[COLOR=Blue]com[/COLOR]/$1 [R=301,L]

Also edit 'Site url' in Admin Panel.
 
Status
Not open for further replies.
Back
Top