Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog: <a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>
Showing posts with label blogger blog. Show all posts
Showing posts with label blogger blog. Show all posts

Thursday, December 23, 2010

Short domains for your blog

Note: Sorry, I didn't post any articles for the past 1 month. The reason was that I was having my Mid-Year exams.
_____________________________________________________

Nowadays, people are trying to get free .com domains, this is (truly) a scam. You can't get a free .com domain. I have tried to get .com domains all of the times I failed, or that turned out to be a scam. You can get .tk, .net.tc, .do.am, .at.ua, and so on... These all domains are totally free, if you are getting these for money then, please don't buy them!

There are a number of websites giving such domains but only some of them turn out to be trustworthy such as:

1) Dot.TK
2)
Smart Dots

If you want a .tk domain then visit link number 1 (Dot.TK). If you want a .net.tc or more different domains visit link number 2 (Smart Dots).

I made a short URL for my blog (Bloggers' Help & FAQ) too, it is
bloggers-help-faq.tk. You can use this short URL to easily tell people your site/blog's URL.

If you have any query please leave a comment...
______________________________________________________

Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog:

<a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>

Wednesday, June 30, 2010

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.