Johnn Four
Member
Hi,
I'm am moving my forum to a new domain.
The old path was /forums/ and the new path is /community/
I have htaccess set up on the old domain like this:
Redirect 301 / https://www.roleplayingtips.com/community/
But somehow that's appending /forums/ to URLs so they look like this and create a 404:
https://www.roleplayingtips.com/community/forums/threads/i-conquered-bootcamp-celebrations.89/
The URL should be:
https://www.roleplayingtips.com/community/threads/i-conquered-bootcamp-celebrations.89/
Is there something I can change in the redirect command to remove /forums/ during the redirect?
Thanks.
I'm am moving my forum to a new domain.
The old path was /forums/ and the new path is /community/
I have htaccess set up on the old domain like this:
Redirect 301 / https://www.roleplayingtips.com/community/
But somehow that's appending /forums/ to URLs so they look like this and create a 404:
https://www.roleplayingtips.com/community/forums/threads/i-conquered-bootcamp-celebrations.89/
The URL should be:
https://www.roleplayingtips.com/community/threads/i-conquered-bootcamp-celebrations.89/
Is there something I can change in the redirect command to remove /forums/ during the redirect?
Thanks.