The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Same forum,same server, new Domain?
I know this is probably simple to do,but I'm not really proficient yet.
I just want to change the domain for my forum. I have made an alias domain for my domain now,but of course the old url shows up after putting in the alias url.I don't want my old url to show up at all. I'd appreciate any help I could get with this problem. Thanks. --------------- Added [DATE]1221430810[/DATE] at [TIME]1221430810[/TIME] --------------- Anybody? |
#2
|
||||
|
||||
So you want to get rid of the old URL in the first place? Or do you want to keep both URLs?
|
#3
|
|||
|
|||
I would like to get rid of my old URL and go with my new one.
|
#4
|
|||
|
|||
You can do this easily with an HT-302 redirect.
|
#5
|
|||
|
|||
Could you elaborate on that please?
How do I implement? |
#6
|
|||
|
|||
put this in a .htaccess file in the root of your old domain
RewriteEngine on RewriteRule ^/~(.+) http://newdomain.com/~$1 [R,L] |
#7
|
|||
|
|||
Thanks.I'll give it a try.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|