I no that you can redirect a blogspot blog to a website but can you do it the other way round as I want hammersfooty.info redirected to hammersfooty.blogspot.com Thanks
You can put a simple html page with redirect code on hammersfooty.info.. to redirect to blogspot blog.
If you want to redirect domain.com to www.domain.com or any other domain in general you can do the following: * Let's assume you want to redirect domain.com to www.domain.com * In the control panel, create a "Static/CGI/PHP" app, called "redirect" for instance * In the control panel, create a website record to mount the "redirect" app on "http://domain.com" * SSH into the server and create a file $HOME/webapps/redirect/.htaccess with the following content: RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.domain\.com$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] You can use this method to redirect any domain to any other domain.
And here is another method to redirect one domain to another, assuming that at blogspot you dont have HOSTING PANEL: PHP and HTML redirects If you do not wish to use the .htaccess file to redirect your visitors, you can use another option - a PHP or an HTML file which will perform the actual redirection. Below are examples for both programming languages: * For PHP, create a file (index.php for example) and add the following lines in it: <?php header( 'Location: http://www.yoursite.com/redirect_location' ) ; ?> * For HTML, create a file (index.html for example) with the following content: <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.yoursite.com/redirect_location"> Here you have the option to delay the redirect by increasing the CONTENT variable. For example CONTENT=5 will delay the redirect for 5 seconds.
I don't have any hosting on my hammersfooty.info so I can't copy a code on to that site to redirect to my blogspot blog.
agree with nshadab ... Create an index.html file on hammerfooty.com and place following code in between header tags. <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://hammersfooty.blogspot.com"> Code (markup):
yes ofcourse u need hosting to host your index page.. U can use sites like awardspace.com which offer 100% ad free web hosting.
Why dont you transfer your blogspot to custom domain. Blogger has this option already, I think you dont need to buy any hosting. Ref : http://help.blogger.com/bin/answer.py?hl=en&answer=55373 Regards : Harris
Right I have got http://www.hammersfooty.info to redirect to the blog which is good but It doesn't work for http://hammersfooty.info
here a simple html redirect solution I often used <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.yoursite.com/redirect_location"> save the file as an html file. upload that to your hosting. done
There no problem,you can chose a free web host and use the redirect method. And the hosting cost is free
Why u people are buying hosting when u can easily redirect to blogger by entering the google name server. Check my above link.