We moved forums from old to new domains, also hosting is changed.
So I used this redirect from the DA panel in .htaccess:
Code: Select all
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?