Log in

View Full Version : New domain (moving forum)


grecostimpy
04-13-2005, 05:21 PM
Hello,

We are in the process of moving our forum to a domain name that has a broader appeal to our members (and future members). (I already have the test forum up on the new domain and it's working great!)

How would I go about setting up a redirect that will propogate the old domain to the new forum correctly? I've seen a few different ways to do this and I'd like a solution that will fit our needs the best.

For instance, if someone types in:

http://www.olddomaniname.com/board/showthread.php?t=11183

What is the proper way to have this redirect to:

http://www.newdomainname.com/board/showthread.php?t=11183

The new domain will have the forum in the exact same structure as the old one (in a folder named "board")

I cannot use domain forwarding/parking as the old domain name will still be used. I simply want the folder "board" to be redirected to the folder "board" on the new domain while retaining the correct link structure (making it invisible to the end user).

Thanks in advance. :squareeyed:

jugo
04-13-2005, 07:00 PM
You can do it with .htaccess.

i'll see if I find some sort of tutorial for you.

grecostimpy
04-13-2005, 07:06 PM
You can do it with .htaccess.

i'll see if I find some sort of tutorial for you.

Thanks...

Edit, thiik I found it...htacesss 301 redirect

Redirect 301 /board/ http://www.newdomainname.com/board/