Dear DP members, I registered my domain through Google apps but as you know they dont offer services for DNS record modification and I want to permanently redirct my domain to another. So logged in to enom DNS section. Task: I want to PERMANENTLY redirect www.amoledscreen.net (hosted on Blogge purchaed via google apps from godaddyr) to www.irnovo.com (hosted on Blogger purchased through Google app from godaddy) Issue: When I logged in to my DNS setting area via Google app. I couldnt figure out how to permanently redirect my domin to www.irnovo.com. There were three fields that I needed to fill up. 1: Hostname 2: Address 3: Record Type(options were, CNAME, A name, URL redirection, URL framing, TXT) Would you please tell my how to setup these three fields for 301 redirection? Please keep in mind, both of these domain are free hosted on blogger. and I dont too much meme involved like htaccess etc see this image also in case you dont know about enom thing. http://siteshelp.kccloudsolutions.com/_/rsrc/1269916202395/images/dns_enom.png?height=163&width=420 Waiting for a tender response! Best regards.
Try the following: Hostname: @ Address: http://www.irnovo.com/ Record Type: URL Redirect This should do the redirect thing.
Try the following method: Create a .htaccess file with the below code and host it in http://www.amoledscreen.net , it will nove your old site to new one. The .htaccess file should be placed in the root directory of your old website i.e. www.amoledscreen.net Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.irnovo.com/$1 [R=301,L] You will also find the ENOM's official help here-> http://www.enom.com/help/faq_hostrecords.aspx
Add "RedirectPermanent" directive to .htaccess file on www.amoledscreen.net: Or use URL rewriting like in the above example.
Is it possible with blogger? I never heard of root directory and .htaccess etc things. My both blogs are on blogger. I know there exists a method for 310 redirect in enom DNS records but I am searching for proper parameters that I should input in the above mentioned three fields.
root directory and .htaccess ??? is it possible in bloger templates? I am really sorry but I dont know meme involved other than blogger template modification And, the help page that you referred, I have already spend hours on it but its too technical for blogspot blogger.
If you're on Blogger and .htaccess isn't available, why wouldn't you just map "amoledscreen.net" over to "irnovo.com"?
My dear friends I am absolutely sure of what I want to do but you are not getting my point. Th purpose to do a 301 permanent redirect is that I dont want to loose any link juice and Google rankings when shifting from one domain to another. But if I do domain mapping, i,e start publishing on irnovo.com instead of amoledscreen.net, I'll loose all the indexed pages and traffic will drop to zero.
Only .htaccess re-direct can help you in this regards. You could have the thought before you host amoledscreen.net in blogger.
Well, you could try the following: copy the entire site at www.amoledscreen.net over to a web hosting account (you could even get a free host somewhere - hit me up if you need one), then just set up 301 redirect to www.irnovo.com. This should definitely preserve the link juice.
If I remember it correctly, Blogger doesn't allow to use .htaccess file or add Apache directives, that's why I suggested to dump the site onto another host and set up 301 redirect there.
You are right. He coult resolve the issue by quite simple method. But he is having complex thoughts like spider nets. If he points his old domain's NameServer to another host and copies the content to that host and make the .htaccess 301 redirect, that could do all.
Record Type: "URL Redirect"Address (which will be the target) add:?redir_mode=301 at the end of your url, for exemple: your target url is foobar.com/snafu then add: foobar.com/snafu/?redir_mode=301 if you already have a query string like this one for example: foobar.com/snafu/?lang=fr then use "&" like the following: foobar.com/snafu/?lang=fr&redir_mode=301 Use this url redirection checker:http://www.internetofficer.com/seo-tool/redirect-check/ I hope this helps source:http://www.enom.com/help/faq_hostrecords.aspx