The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I posted earlier about redirects but now I want to make it simple. I need to redirect all urls from
thiswebsite.com/forum to forum.thiswebsite.com Can someone help me with the rewrite rules for this? I mainly want the forums, threads and posts..the rest is not important. Thanks |
#2
|
||||
|
||||
![]()
Should be as simple as changing the htacces on thiswebsite.com/forum to this?
Code:
RewriteEngine on RewriteRule ^(.*)$ http://forum.thiswebsite.com/$1 [R=301,L] |
#3
|
||||
|
||||
![]() Quote:
##trying to convert that to web.config but not working.. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|