Www no longer redirects
-
Hi there,
A while back I dropped the www from my domain.
Everything redirected ok and I could still access my site using www and it would simply redirect to http://mysite
This no longer seems to be occurring. I don't think I have changed anything?
I don't believe I had anything in my htaccess however I am looking for some assistance in doing so. I've done a bit of reading but am not 100% confident!
If anyone is interested, the url is http://cdkeyprices.com
Thanks
-
Have you tried:
- deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
-
Try adding this to .htaccess and see if it works:
RewriteEngine On RewriteCond %{HTTP_HOST} !^cdkeyprices\.com RewriteRule (.*) http://cdkeyprices.com/$1 [R=301,L] -
Mark, i tried your website and the redirect is working fine. If any of the answers below was helpful to you you should mark it as the right answer to close this question.
-
Thanks Wesley, all seems fine now. The redirect worked fine it seems.
Thanks again