The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
mod rewrite help
hey guys, need a bit of help. Due to a change in my server, the vb easy archive hack urls have changed a bit.
Right now my forum view url is http://www.techenclave.com/forums/search/forum.php/54-1.html while earlier it was http://www.techenclave.com/forums/search/forum/54-1.html and topic view now is http://www.techenclave.com/forums/search/topic.php/4848-1.html while earlier it was http://www.techenclave.com/forums/search/topic/4848-1.html notice the .php changes. Unfortunately all search engines have the old urls cached. So i need to do a redirect for them i did this which is not working... so plz suggest what to add.. (i am noob in mod rewrite ) Code:
rewriteEngine ON RewriteCond %{REQUEST_URI} ^/search/forum/$ [NC] RewriteRule ^/search/forum/$ /search/forum.php/ [R=301,L] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|