vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Changing Forum URLs

todd2222
07-24-2007, 09:59 PM
Ok we have decided to change the url of our website.....bascially to attract more members, but what's the best way to do this?

I know if I do a 302 redirect the search engines should follow it, index the new URL and keep the PR.

But how do I do this? Can I do a one for one redirect? Meaning:

http://www.oldsite.com/forum/showthread.php?t=9238

does a 302 to:

http://www.newsite.com/forum/showthread.php?t=9238

Any help anyone can provide would be very helpful.

Thanks!

Big Dan
07-24-2007, 10:22 PM
Personally, I'd use a 301 redirect.. It tells the spiders the move is permanent.

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

Should work, just make sure to test it..

Xhris
07-25-2007, 04:34 AM
Also depending on who your domain is through the Cpanel if they have it should have a setting to do that for you. I believe godaddy has that feature also.

And as mentioned above I would use a 301 redirect.

Peggy
07-25-2007, 08:45 AM
Yep I agree with these guys.

nymyth
07-25-2007, 08:51 AM
yeah your best bet is to rewrite the url itself, everything else will take care of itself.

todd2222
07-25-2007, 09:09 AM
Thanks guys.

I've never used rewrite before but I'm sure I can figure it out.

todd2222
08-01-2007, 05:49 PM
I've not had any luck with this. I think I'm missing something really basic.

I'm running apache 2.2 on Windows Server 2003.

Does anyone know of a page that details instructions of getting mod_rewrite to work on windows?

Or does anyone else have any idea how to do the same thing with IIS?

Thanks again!


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum