Davey-UK
Active member
I've done a lot of searching to find an answswr to this, but with no definitive answer from what i can see.
My situation:
My forum is currently in the forums subdirectory on abc.com. Example abc.com/forums
The threads and posts urls have the format of
I am wanting to move the forums to a completely new domain, still in a /forums sub directory, but on a different server.
We have a very good ranking on google, and wouldnt want to drop too many ranks because of the move if possible.
If i were to leave the old domain on the old server and place a htaccess redirect in there, can anyone tell me if it is possible to keep the thread/post format in the url structure when redirecting to the new domain, so as not to break the sequence.
For example
Any help on the htaccess code required would be greatly appreciated.
Thanks
My situation:
My forum is currently in the forums subdirectory on abc.com. Example abc.com/forums
The threads and posts urls have the format of
Code:
https://abc.com/forums/threads/is-this-still-normal.12345/#post-17890123
I am wanting to move the forums to a completely new domain, still in a /forums sub directory, but on a different server.
We have a very good ranking on google, and wouldnt want to drop too many ranks because of the move if possible.
If i were to leave the old domain on the old server and place a htaccess redirect in there, can anyone tell me if it is possible to keep the thread/post format in the url structure when redirecting to the new domain, so as not to break the sequence.
For example
Code:
https://newdomain.com/forums/threads/is-this-still-normal.12345/#post-17890123
Thanks