Saturday, July 30, 2011

Redirect BlogSpot Website To Another URL

Redirection can occur anytime, it could be due to some code problem or shifting purpose or anything so if you are one of them who want to Redirect their domain to another URL then this guide is just for you.

Follow the below steps .:

1. Open blogger.com and then go to Design Tab.

2. Now click on Edit HTML and then Search for <head> tag.


3. After you are their where the <head> tag is copy below code and paste it right below the <head> tag.

<meta name="robots" content="noindex" /><script type="text/javascript"><!--//--><![CDATA[//><!--
var url = "Enter Destination URL"
(document.images) ? location.replace(url) : location.href = url;
//--><!]]></script>
<meta http-equiv="refresh" content="0;URL=Enter Destination URL " />

4. After you had pasted the above code now find <body> tag and paste the below code right below it.

<p><a href="Enter Destination URL"></a>.</p>

5. Now change the code in purple with the exact URL you wanna redirect too and that’s it.

6. Now the last step is too hit the Save Template Button and see the changes.

No comments:

Post a Comment

HackingUniversity - Hacks • Pranks • Tricks • How-Tos.