The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
URL Rewrite from table
hello, it's my first post here, thanx to everyone reading this and sorry for my english.
Here is my situation: I imported my old forum with impex ( joomlaboard) and everything went fine. the problem is that i need to keep my old url for every single thread in the forum, and the url of the old forum didn't follow a specific regular expression. i made a table in sql with the new id ( the one given by vbulletin) and the oldurl, so i have a "link" beetween the new url and the old one. then i modified my htaccess this way: Code:
RewriteEngine On RewriteCond %{QUERY_STRING} t=([0-9]+) RewriteRule showthread\.php\? redirect.php?action=thread&vbid=%1 [L] any help on solving this? i also need a solution compatible with vbseo ( for the future threads) or any other seo plugin (which is the best?) thank you, best regards, ilanur. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|