Well, welcome again to K World @ Selfdabba. My journey of moving my blog from blogger was not only interesting, but also informative. I’ve learned a little about DNS systems and what are the things I should take care about while dealing with domain names. The first part of this post is about how managed to migrate my previous blog. The second part is about all the domain issues. As I’m using wordpress as my blogging platform here, it’s as simple as drinking coke to import your blogger posts.
- Just goto your Admin Page, Click Manage - and then import.
- Click on Blogger, Press Authorize button there. Make sure that you are logged in into Google Account which deals with your blog on blogger.
- Just select the username to migrate those posts to or create a new user and its DONE !!!
- On wordpress.com, I went to Admin page, Manage - Export
- Pressed “Download Export File” button and saved the XML file, which is database
- On this blog, I went to Admin page, Manage - Import
- Clicked on Wordpress, selected the downloaded XML file and pressed “Upload and import” button
- Tada !!! Migration is DONE :-)
- Have lots of patience, nothing is going to work in 10 minutes. Make your changes and wait for a day or two to reflect. But, before leaving them to reflect, make sure that everything is correct.
- Two Nameservers are required - Primary Nameserver and Secondary Namesever. If you are not “my” type of user, and all you want to do is to host some pages, add the entries given by your hosting service and forget everything.
- Well, If you want to try more, you can do following stuff -
Create subdomains
- Create a bunch of emails for your friends and family ending with your domain name
- Save your domain from spammers abuse by creating SPF record
- Create canonical names for some other site
- Learn a lot more about DNS ;)
- Creating Subdomains : Anything.YourDomain.Com is a subdomain. You can use these as Canonical Names where you forward guys who visit that subdomain to entirely different domain or You can create an Alias, where you point your subdomain to particular IP address. If the webserver running on that IP address knows the vhost (another issue, you’ve to take care) it will serve the page Or, You can create an IP Alias for *.yourdomain.com and serve particular subdomain by filtering with a .htaccess file. If you are wondering how blogspot or wordpress.com or wordpress Mu works, you know the answer now.
- You can modify your MX entries pointing towards Google servers (Service name - Google Apps) and you can get gmail service on your domain - in simple words, You get gmail webspace and interface for your @yourdomain email ID
- Create Canonical Names a.k.a CNAMEs on your domain for ghs.google.com (Service name - Google Apps) and you can get calendar, homepage, docs services on your domain.
- Create an SPF record in TXT records of your domain so that spammers can’t abuse your domain. In short words, spammers can mail someone using youremail@yourdomain.com email-id. But, if you’ve SPF record which specifies the servers which can mail using youremail@yourdomain.com email-id, the receiving server can mark the email as SPAM by identifying the sending server. More info @ OpenSPF
Posted on Friday, 19 October 2007
Comments