How to fix .htaccess redirection issue in GodDaddy hosting

Web hosting, SEO, etc... related
Post Reply
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

How to fix .htaccess redirection issue in GodDaddy hosting

Post by Neo » Sat Mar 13, 2010 3:31 pm

Recently I encountered a problem when I try to redirect my main hosting account to one of my other domain which is directed to a folder on the same hosting account. Standard redirection didn't work and stopped all domains.

Here is the working .htaccess code.

Code: Select all

RewriteEngine on 
RewriteCond %{HTTP_HOST} !^www\.newdomain\.com
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
Post Reply

Return to “Web Related”