The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
url forwarding?
Okay so my forums are currently located in the "www.mydomain.com/forums" directory. I want to change that to "www.mydomain.com/community" however I don't want to screw up all my backlinks and links to my site. Is there a way to "url forward" a directory? i know you can do it with a sub domain, but no sure how to do so on a directory.. ???
|
#2
|
||||
|
||||
Add this into your .htaccess:
Code:
RewriteEngine On RewriteCond %{REQUEST_URI} ^forums [NC] RewriteRule ^forums/(.*)$ http://www.yourdomain.com/community/$1 [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:
|