Jump to content

Problem with domain redirect


Denis Medeiros

Recommended Posts

Sorry again, admin, but something strange is happening. If I type 'www.denismedeiros.com', my site works normally. However, if I type just 'denismedeiros.com', the page is redirected to my old domain ('denismedeiros.info'). :wacko: Why is this happening? (I've checked all the options field in my cpanel and there is nothing referring to this domain)

 

One more detail: on my old account that was deleted, there was a redirection 'denismedeiros.com' to 'denismedeiros.info'. Can that is causing this disorder?

Link to comment
Share on other sites

You need this in a text file named .htaccess the root directory of your domain.

 

RewriteEngine On 
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]

 

Replace domain.com with your domain, obviously.

Link to comment
Share on other sites

  • 6 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...