The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Assuming you own the shorter domain (vb.org in your example) AND that it's setup to show the same content as the longer domain already (vbulletin.org) then you just need an .htaccess file in your web root directory...
For example my code rewrites http://juot.net/ to http://www.juot.net/ Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^juot.net$ RewriteRule ^(.*)$ "http\:\/\/www\.juot\.net\/$1" [R=301,L] http://www.affiliatebeginnersguide.c...direction.html and recommends tbe following htaccess code: Code:
#Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.olddomain.com$[OR] RewriteCond %{HTTP_HOST} ^olddomain.com$ RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|