XF 1.4 How can i my urls of my website?

garry420

Active member
Namaskar,
my website lost all its threads during hosting change, i started my forum from 0 , but some of old threads are still ranking. i have the content of this old thread i just want the same url to float in internet..is that possible ? if yes how ?
 
You can set up individual redirects in .htaccess for specific threads.

Create the thread again and map the old URL to the new one.
 
Namaskar,
my website lost all its threads during hosting change, i started my forum from 0 , but some of old threads are still ranking. i have the content of this old thread i just want the same url to float in internet..is that possible ? if yes how ?
You're hosting lost your sites database??
Here is a htaccess generator http://www.htaccessredirect.net/ - I've never used it but it may help.
This is for one page to another

Code:
Redirect /forum/old-indexed-path/ http://newforum.com/new/thread-path
 
Top Bottom