vBulletin Search Engine Optimization
This is a discussion on Moving Domains within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi there, I'm considering moving domains on my vBSEO forum. Is there a tool or resource that would allow me ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Moving Domains
Hi there, I'm considering moving domains on my vBSEO forum. Is there a tool or resource that would allow me to redirect old-domain links to their corresponding new domain links? Thanks! |
|
#2
| ||||
| ||||
|
Hello Juan , You can create a. .htaccess with the following content within your old domain Code: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 |
|
#3
| |||
| |||
|
Thanks! Can you tell me a bit about the impact to our SEO that a potential move like this would make? Additionally, how quickly could a support ticket be resolved? This will help us in our eventual planning. |
|
#4
| ||||
| ||||
|
We always strongly advise not to change url format or domain name. Average ticket response time is around 2 hour. However if a staff is online and avaible the ticket can be responded within minutes. |
|
#5
| |||
| |||
|
Thank you. Additionally: if I wanted to auto-rewrite just http://www.domain.com/forums/* to http://www.newdomain.com/forums/*, what .htaccess would I create (and where would I put it)? I especially don't want to miss out on any of my paid subscription payments, for example, that would be coming in through my payments.php gateway.
|
|
#6
| ||||
| ||||
|
depending on if you cnamed or physically created a new vhost, you would either a- remove htaccess from /forums on the old domain (so the root htaccess holds presidence) or b- add the same thing as above to the /forums/.htaccess but, add in /forums Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/forums/$1 |
|
#7
| |||
| |||
|
That works, except for when people try to go to oldomain.com/forums -- How can I get that olddomain.com/forums to point to newdomain.com/forums ? If they add a parameter (olddomain.com/forums/suchandsuch) it works just fine, but apparently, the actual directory call isn't being redirected. Help!
|
|
#8
| ||||
| ||||
|
Hello Juan , If you also want your olddomain.com/forums to be redirected , you need to use the .htaccess i provided within your root and delete the one inside forums directory. It will redirect all requests. |
|
#9
| |||
| |||
| Thanks, Mert, but I *only* want /forums redirected; everything else on my olddomain.com is still being used for local access. How can this be done?
|
|
#10
| |||
| |||
|
Alternative question: If I want www.domain.com redirected to domain.subdomain.com (e.g., from Apples.com - apple juice, fruit baskets, nutrition, and more. to apples.fruits.com, keeping in mind that the content on both sides are the same virtual directory), what rewrite rule/policy should I have in place for my .htaccess? |
|
#11
| |||
| |||
| Any thoughts about this item? Specifically, /forums/anything is redirecting with the .htaccess provided, but not just /forums. Thoughts?
|
|
#13
| |||
| |||
| Thanks, Mert. I appreciate the advice!
|
|
#14
| ||||
| ||||
| Quote:
Code: RewriteEngine on RewriteRule ^$ http://www.newdomain.com/$1 Quote:
Code: RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.apples\.com
RewriteRule (.*) http://apples.fruits.com/$1 [L,R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#15
| |||
| |||
|
Thanks, Oleg. Another question: My olddomain.com and olddomain.newdomain.com are located in the same physical folder on my server. So using the first .htaccess rule you suggested would cause an infinite loop. Is there a recommended way to accomplish the desired results of enforcing the new URL (olddomain.newdomain.com) without causing the infinite loop? |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| On whether domains may be changed | stonecypher | Pre-Sales Questions | 9 | 05-03-2008 07:31 AM |
| Add-On domains and Subdomains | Kwak | General Discussion | 1 | 12-12-2007 08:33 AM |
| Moving Domains? | HUMMER | Pre-Sales Questions | 3 | 11-18-2007 05:17 PM |
| i have 2 parked domains? | bela-meaad | Troubleshooting | 18 | 09-11-2007 11:54 AM |
| Mehrere Domains? | shAd-gt | Deutsch | 1 | 10-23-2006 12:21 PM |