: How do I forward my domain's traffic to my WordPress.com hosted blog I own a domain e.g. myname.com but host my blog with wordpress.com e.g. myname.wordpress.com. Can I forward the traffic visiting
I own a domain e.g. myname.com but host my blog with wordpress.com e.g. myname.wordpress.com.
Can I forward the traffic visiting my domain name to my wordpress.com blog so that when my friends look for my site using Google they easily find the content of my blog?
A step by step tutorial would be helpful.
More posts by @Ravi8258870
3 Comments
Sorted by latest first Latest Oldest Best
It is one of the common methods of informing your visitor about your new blog. Simply post a notice board on your old website or domain. Always Post it at the top of your blog or below your menu so that visitors can see your Advertisements without any issue. Also make it attractive so that, it can grab the attention of visitors.
You need to put a htaccess file in the root of myname.com containing a 301 redirect like this
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www.)?myname.com$ [NC]
RewriteRule ^ myname.wordpress.com [R=301,L]
If the file doesn't exist it should be called .htaccess
This does depend on what kind of server your domain is hosted on.
Using the Poor Man's method, you can add a URL Frame in myname.com to load the content from myname.wordpress.com depending of your nameservers panel/ownership/possible customization.
The real WordPress supported config is the paid one called domain mapping.
en.support.wordpress.com/domain-mapping/.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.