The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how do i forward mysite.com/forum to www.mysite.com/forum using htaccess?
i am currently using vbseo and i cant seem to forward mysite.com/forum to www.mysite.com/forum. i have mysite.com forwarding to www.mysite.com tho. thank you |
#2
|
||||
|
||||
![]()
just put this code at very bottom in .htaccess, change "yoursite" to yoursite
Code:
RewriteCond %{HTTP_HOST} ^yoursite.com RewriteRule (.*) http://www.yoursite.com/$1 [R=301,L] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|