Hello.
We moved forums from old to new domains, also hosting is changed.
So I used this redirect from the DA panel in .htaccess:So this works, if old-forum.com is visited. However, users will find threads like this on Google.
https://old-forum.com/viewtopic.php/?t=1369
This will also redirect to the new domain, but then it looks as if php hasn't parsed.
![Image]()
So how can I use a better .htaccess redirect where all these direct links will redirect to the new forum, but showing in a correct way, so not as if php is not parsing?
We moved forums from old to new domains, also hosting is changed.
So I used this redirect from the DA panel in .htaccess:
Code:
Redirect 301 / http://new-forum.com/
https://old-forum.com/viewtopic.php/?t=1369
This will also redirect to the new domain, but then it looks as if php hasn't parsed.

So how can I use a better .htaccess redirect where all these direct links will redirect to the new forum, but showing in a correct way, so not as if php is not parsing?
Statistics: Posted by Blacktiger63 — Tue Oct 29, 2024 8:58 pm