Ahmed
Well-known member
After moving from vB4 and changing old URLs are not working when I change forum directory. If I keep old forum directory they redirect just fine. Example:
The above linke get redirected just fine to:
But this:
gives me a 404 Not Found error when it should take me to:
My setup:
Code:
http://www.mysite.com/new_dir/showthread.php?t=xxx
Code:
http://www.mysite.com/new_dir/threads/xxx/
But this:
Code:
http://www.mysite.com/old_dir/showthread.php?t=xxx
Code:
http://www.mysite.com/new_dir/threads/xxx/
My setup:
- Web Server: NGINX
- URL Redirection: vBulletin 4.x URL Redirection (followed all instructions)
- Friendly URLs: Enabled
- Forum is in new directory