I did this as well and set preferred URL to non www in GWT.
This is a discussion on www v. no www within the General Discussion forums, part of the vBulletin SEO Discussion category; I did this as well and set preferred URL to non www in GWT....
I did this as well and set preferred URL to non www in GWT.
Ummm, I have a slight problem. I implemented the Rewrite rules as posted by Brian and now my forum subdomain does not work. Instead of going to forum.australianspeedway.com it goes to australianspeedway.com/forum.
Can anyone tell me what I did wrong and how to restore my forum subdomain back again? I have had "forum." for years and want to keep it as Google has been indexing it for years.
I guess this is the first fopar in my road to SEO, lucky I didn't do it while I have vbSEO, I am just in preparatory stage!
Any help would be appreciated.
Cheers
Bruce
What is the exact rule you implemented?
In your case, it should be:
Code:RewriteCond %{HTTP_HOST} !^forum\.australianspeedway\.com RewriteRule (.*) http://forum.australianspeedway.com/$1 [L,R=301]
Well, I changed it back to ^www.australianseedway.com and the "forum." subdomain returned. Can't quite understand why given the comments above though....
Cheers
Bruce
Hi Kieth
I used the one Brian posted as it was previously forcing www. All I wanted to do was remove the www. so I would have australianspeedway.com AND forum.australianspeedway.com but the change didn't work. I then changed it to the version posted by JohnnyBGood and everything returned
Cheers
Bruce
Last edited by OzSpeedway; 08-21-2008 at 11:37 AM. Reason: spelling