The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How redirect folder old domain to subdomain new domain
How can work redirect folder old domain to subdomain new domain
Example / I want the redirect old.com/vb to forum.new.com Best regards |
#2
|
||||
|
||||
any help
|
#3
|
||||
|
||||
Here, try this.
create a new text file using Notepad++ and copy and paste this bit of code inside it: Code:
<?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> Now when people go to old.com/vb, they will be redirected to your new subdomain. You could also do this in your Domain DNS Settings, or with htaccess. The option I showed you is the easiest way. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|