The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirection from Old Forum to New - Page name should same
Hello,
I have a Forum called: www.OLDForum.com/forum/forum.php I had purchased a new domain and want to change my domain name but i need my page name should be same so If Visitor comes to my Forum www.OLDForum.com/forum/forum.php and All other Forum post and pages Visitor should redirect to: www.NEWForum.com/forum/forum.php and All other Forum post and pages Also need to do in 301 Redirection so that my page index and ranking should be redirect permanently. I had tried to search first before posting but didn't find good solution. Any Help? --------------- Added [DATE]1434535747[/DATE] at [TIME]1434535747[/TIME] --------------- Got it: Solution > Add below line in your Installed Main Forum folder at htaccess file Add this line: Code:
Redirect 301 / http://www.NEWForum.com/ www.OLDForum.com/forum/forum.php and All other Forum post and pages Will redirect to: www.NEWForum.com/forum/forum.php and All other Forum post and pages |
#2
|
|||
|
|||
You can do this by forwarding your old domain to the new one. You can do this where ever you purchased your domain under settings for the old domain/forwarding on/new url
|
#3
|
|||
|
|||
.htaccess file
Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^oldsite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.oldsite\.com$ RewriteRule ^(.*)$ http://www.newsite.com/$1 [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|