- Joined
- Mar 19, 2012
- Posts
- 306
- Reaction score
- 2
So I was trying to 301 redirect my website using htaccess form non www to www.
Some how I have managed to change my site to redirect to someone else site?
so if you type in example24help.com (my site)it now goes to examplehelp.com (not my site)!!
What have I done wrong?
if you type in www(dot)example24help.com it still goes to my site?
I have tried changing my htaccess using different codes eg:
"RewriteEngine On
### re-direct to www
RewriteCond %{http_host} !^www.*****.com [nc]
RewriteRule ^(.*)$ http://www.*****.com/$1 [r=301,nc]£
but nothing seems to work...
Some how I have managed to change my site to redirect to someone else site?
so if you type in example24help.com (my site)it now goes to examplehelp.com (not my site)!!
What have I done wrong?
if you type in www(dot)example24help.com it still goes to my site?
I have tried changing my htaccess using different codes eg:
"RewriteEngine On
### re-direct to www
RewriteCond %{http_host} !^www.*****.com [nc]
RewriteRule ^(.*)$ http://www.*****.com/$1 [r=301,nc]£
but nothing seems to work...