BT10
Well-known member
Anyone able to make an add-on similar to this WordPress plugin? https://wordpress.org/plugins/redirection/
I don't need the fancy features. I just need a basic feature where I can input where to 301 redirect a URL to another URL on the forum.
For example:
Unfortunately, that does not work for deleted threads. It only work if both threads are still active, then the old thread will be redirected.
I want to clean up my forum. By deleting duplicated threads and then move them into one thread. The old thread does not redirect after I deleted it. The redirect only work if the old thread is still on the forum.
I don't need the fancy features. I just need a basic feature where I can input where to 301 redirect a URL to another URL on the forum.
For example:
Original URL | New redirect |
abc.com/old-thread | abc.com/new-thread |
abc.com/another-old-thread | abc.com/some-other-thread |
You can use Route Filters which built-in XF features.
Unfortunately, that does not work for deleted threads. It only work if both threads are still active, then the old thread will be redirected.
I want to clean up my forum. By deleting duplicated threads and then move them into one thread. The old thread does not redirect after I deleted it. The redirect only work if the old thread is still on the forum.