Deprecated: Function create_function() is deprecated in /home2/blogwebhostingbu/public_html/wp-content/plugins/facebook-like-box-responsive/facebook-like-box.php on line 29
{"id":1963,"date":"2012-05-08T15:32:43","date_gmt":"2012-05-08T15:32:43","guid":{"rendered":"http:\/\/www.webhostingbuzz.com\/blog\/?p=1963"},"modified":"2014-10-08T12:35:18","modified_gmt":"2014-10-08T12:35:18","slug":"is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration","status":"publish","type":"post","link":"https:\/\/blog.webhostingbuzz.com\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/","title":{"rendered":"Is it possible to redirect a wordpress.com domain to another domain modifying DNS configuration?"},"content":{"rendered":"

The scenario goes something like this. You have been using a service like wordpress.com to host your blog and have even assigned a domain name to point to that service. Now, you have moved your blog to a new host with a new domain, but you still want people who access the old domain to somehow wind up at your new site.<\/p>\n

Ideally, you want to make it as simple as modifying the DNS, but that may not be the best option. First, you should understand what you can and cannot do with DNS. The main purpose of DNS is to assign names to IP addresses. Your domain, mywebiste.tld, must be associated with the IP address of a server. The primary record responsible for that association is an “A” record.<\/p>\n

If you already have a domain pointing to an IP, you can use CNAME to create an alias, but an alias is different from a redirect. Instead of sending users to the new domain, CNAME will use the old domain to view the same site.<\/p>\n

\"Sign<\/a><\/p>\n

The best option is to use your web server to do an actual redirect that nearly all web browsers should recognize. For example, the Apache web server code for a redirect is 301, and it is universally known by web browsers.<\/p>\n

You will still need hosting for the old domain, so make sure your new web host will allow you to host multiple domains. Place an .htaccess file in the root document directory, and put the following information in it:<\/p>\n

Redirect 301 \/ http:\/\/www.my-new-website.tld\/<\/p>\n

This will send users to your new website. You should also put an html file in the same directory in case some users are not redirected, for whatever reason. It should just include a brief statement indicating that the site has moved and a link to the new site. This will also be good for any directories or other services that have indexed your site.<\/p>\n","protected":false},"excerpt":{"rendered":"

The scenario goes something like this. You have been using a service like wordpress.com to host your blog and have even assigned a domain name to point to that service. Now, you have moved your blog to a new host with a new domain, but you still want people who access the old domain to […]<\/p>\n","protected":false},"author":388,"featured_media":1964,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[164],"tags":[222,221,219,200,220,217,224,64,223,140,218],"yoast_head":"\nRedirecting a wordpress.com domain to another domain modifying DNS configuration - WebHostingBuzz US Blog<\/title>\n<link rel=\"canonical\" href=\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Redirecting a wordpress.com domain to another domain modifying DNS configuration - WebHostingBuzz US Blog\" \/>\n<meta property=\"og:description\" content=\"The scenario goes something like this. You have been using a service like wordpress.com to host your blog and have even assigned a domain name to point to that service. Now, you have moved your blog to a new host with a new domain, but you still want people who access the old domain to […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\" \/>\n<meta property=\"og:site_name\" content=\"WebHostingBuzz US Blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-05-08T15:32:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2014-10-08T12:35:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.webhostingbuzz.com\/wp-content\/uploads\/2012\/05\/site-redirect.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"3072\" \/>\n\t<meta property=\"og:image:height\" content=\"2304\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/#website\",\"url\":\"https:\/\/www.webhostingbuzz.com\/blog\/\",\"name\":\"WebHostingBuzz US Blog\",\"description\":\"Hosting, hosting, more hosting and a little of everything else\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.webhostingbuzz.com\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/blog.webhostingbuzz.com\/wp-content\/uploads\/2012\/05\/site-redirect.jpg\",\"contentUrl\":\"https:\/\/blog.webhostingbuzz.com\/wp-content\/uploads\/2012\/05\/site-redirect.jpg\",\"width\":3072,\"height\":2304,\"caption\":\"Sign showing a move to a new location\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/#webpage\",\"url\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\",\"name\":\"Redirecting a wordpress.com domain to another domain modifying DNS configuration - WebHostingBuzz US Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/#primaryimage\"},\"datePublished\":\"2012-05-08T15:32:43+00:00\",\"dateModified\":\"2014-10-08T12:35:18+00:00\",\"author\":{\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/#\/schema\/person\/12d7901b2fe00e8c44c70e47efdb46bf\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\",\"url\":\"https:\/\/www.webhostingbuzz.com\/blog\/2012\/05\/08\/is-it-possible-to-redirect-a-wordpress-com-domain-to-another-domain-modifying-dns-configuration\/\",\"name\":\"Is it possible to redirect a wordpress.com domain to another domain modifying DNS configuration?\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/#\/schema\/person\/12d7901b2fe00e8c44c70e47efdb46bf\",\"name\":\"Tavis.H\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.webhostingbuzz.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8b92528686b7b47e7594d23886183fb1?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8b92528686b7b47e7594d23886183fb1?s=96&r=g\",\"caption\":\"Tavis.H\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/posts\/1963"}],"collection":[{"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/users\/388"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/comments?post=1963"}],"version-history":[{"count":1,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/posts\/1963\/revisions"}],"predecessor-version":[{"id":2808,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/posts\/1963\/revisions\/2808"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/media\/1964"}],"wp:attachment":[{"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/media?parent=1963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/categories?post=1963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.webhostingbuzz.com\/wp-json\/wp\/v2\/tags?post=1963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}