Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Redirect subdomain (weblog) to new domain without access to .htaccess I have a blog that has PR 1 on a subdomain aaaa.domain.com of a blog server domain.com. Now I want to buy a domain newdomain.com

@Ravi8258870

Posted in: #301Redirect #GoogleSearchConsole #Subdomain

I have a blog that has PR 1 on a subdomain aaaa.domain.com of a blog server domain.com.

Now I want to buy a domain newdomain.com and I want to tell google webmaster to redirect the old subdomain to this new domain and send traffic to my new domain. I can't access .htaccess to use a 301 redirect. The only thing that I can do is put html code in the html.

How can I do this? When I use "Change of Address" in google webmaster it say:"Restricted to root level domains only".

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murray155

There might be an option in your subdomain's control panel to do redirects. You might also be able to do it in PHP, by e.g. altering the template file and use the header() command (of course other languages have a similar command). Are you sure you only can use HTML code?

Make sure, as eitanpo says, to do a 301 redirect. This will help Google to understand you're moving, and it will update its data based on that. There are ways to redirect in HTML only (JavaScript or HTTP META refresh), but they won't give the visitor (incl. Google) any indication that your (previous) site is abandoned.

10% popularity Vote Up Vote Down


 

@Annie201

You can't use Webmaster Tools to inform about switching from subdomain to a totally different domain. More info here.
Regarding the PR 1 - it is not for your subdomain, but for the domain. Your blog hosting platform has PR 1, not your blog.

You should setup 301 redirect from sub.olddomain.com to newdomain.com. You should assist your blog hosting provider for this.
It is probably done automatically when you add your own domain using hosting provider control panel.

In addition, you should setup a 301 redirect from newdomain.com to newdomain.com.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme