The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect old URLs to New Ones
Hello, i need to redirect old URLs format to new format (forums and threads)
http://www.goteen.net/f35 -> http://goteen.net/uv-moderators/ http://www.goteen.net/f35/banning-2454/ -> http://goteen.net/uv-moderators/2454-banning.html Please what to add into .htaccess or how to do it? Thank you (i have changed SEO urls, and when someone goes to old format it says threadnot exist) |
#2
|
||||
|
||||
I sure wouldn't mess with htaccess for something like that. But then, you really haven't described what it is you're trying to do, so I'm not sure.
|
#3
|
||||
|
||||
Add the following two lines into your .htaccess file
Redirect /f35 http://goteen.net/uv-moderators Redirect /f35/banning-2454 http://goteen.net/uv-moderators/2454-banning.html |
#4
|
|||
|
|||
Thank You, i for sure need to redirect all old URL format to new URL format, not just these two...
I changed SEO URLs (forum, thread format) and i need to redirect old ones to new ones. Old ones currently shows thread do not exist.. So all external links to my forum pages dont works. Thank you --------------- Added [DATE]1333872873[/DATE] at [TIME]1333872873[/TIME] --------------- VBSEO has great support. This is how it should look like in my case, i think i changed 005 to 001 vbseo structure. RewriteRule ^f([0-9]+)/index([0-9]+)\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$2 [L] RewriteRule ^f([0-9]+)/$ vbseo.php?vbseourl=forumdisplay.php&f=$1 [L] RewriteRule ^f[0-9]+/[^/]+-([0-9]+)/index([0-9]+)\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$2 [L] RewriteRule ^f[0-9]+/[^/]+-([0-9]+)/$ vbseo.php?vbseourl=showthread.php&t=$1 [L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|