<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UK Web Hosting Blog - Cheap Linux and Windows Hosting, Cheap Reseller Hosting, Cheap UK Web Hosting, Cheap Dedicated Servers, UK Dedicated Servers &#187; 301 Vs 302 redirect :</title>
	<atom:link href="http://www.webhost.uk.net/blog/tag/301-vs-302-redirect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webhost.uk.net/blog</link>
	<description>UK Web Hosting - UK Hosting Linux, Windows reseller and Dedicated Web hosting UK</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:50:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>301 Vs 302 redirect :</title>
		<link>http://www.webhost.uk.net/blog/301-vs-302-redirect.html</link>
		<comments>http://www.webhost.uk.net/blog/301-vs-302-redirect.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:38:37 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CGI and Perl hosting]]></category>
		<category><![CDATA[cPanel Help]]></category>
		<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[Email Hosting]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Linux Reseller hosting]]></category>
		<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Managed Dedicated Server]]></category>
		<category><![CDATA[MySQL Hosting and issues]]></category>
		<category><![CDATA[Php Web Hosting]]></category>
		<category><![CDATA[Plesk Web Hosting]]></category>
		<category><![CDATA[Semi-Dedicated Hosting]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[UK Datacenter and Network]]></category>
		<category><![CDATA[UK Domain name registration]]></category>
		<category><![CDATA[UK Reseller Webhosting]]></category>
		<category><![CDATA[UK Web Hosting]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Windows Reseller Hosting]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[301 Vs 302 redirect :]]></category>

		<guid isPermaLink="false">http://www.webhost.uk.net/blog/?p=496</guid>
		<description><![CDATA[Sometimes we need to change our URLs for certain reason eg for changing the page name from xyz.html to xyz.php or changing domain name for using our keywords in them for ranking, Just renaming them will not serve our purpose &#8230; <a href="http://www.webhost.uk.net/blog/301-vs-302-redirect.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes we need to change our URLs for certain reason eg for changing the page name from xyz.html to xyz.php or changing domain name for using our keywords in them for ranking, Just renaming them will not serve our purpose because old pages will still be available for user and they will get 404 error pages for those renamed pages, worst is for spiders they may get lost in such case.</p>
<p>The solution for this is to use redirects. We can implement the change in name without affecting <strong>SEO</strong> by using redirects such as <strong>301 redirect</strong> or <strong>302 redirect</strong>.</p>
<p><strong>301 Redirect ( Permanent redirect ) :</strong><br />
It is best method for redirecting. It tells spiders/visitors that the requested page has been moved permanently at a new specified location. Implementing 301 redirects is very risky job, if anything gets wrong while using 301 your <strong>site</strong> will get out of search results, there are many webmasters who have suffered.</p>
<p>There are several methods of using the 301 redirect, you can use redirect in <strong>PHP</strong>, redirect in <strong>ASP</strong>, redirect in <strong>ASP .NET</strong>, redirect in <strong>JSP (JAVA),</strong> redirect in <strong>IIS</strong>, redirect in ColdFusion, redirect in CGI/PERl , redirect with mod_rewrite and finally the one I find most useful, the redirect using htaccess.</p>
<p><strong><em># 301 Redirect using .htaccess : ( On <a href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank">LINUX server</a> )</em></strong><br />
Using htaccess to accomplish the 301 redirect is highly suggested due to it being fairly convenient to manage, rather than setting redirects on each individual page, you can simply add the redirect code to the .htaccess file.</p>
<p><strong><em># 301 Redirect for IIS : ( On <a href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank">Windows server</a> )</em></strong><br />
In Internet Services Manager, right click on the file or folder you wish to redirect. Select the radio titled “a redirection to a URL”. Enter the redirection page, check “The exact url entered above” and the “A permanent redirection for this resource”. Click “Apply”.</p>
<p><strong>302 redirect ( Temperory redirect ) : </strong><br />
It can be considered as a command line invitation for getting your site banned, since search engines donâ€™t like temporary redirects.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/301+Vs+302+redirect+%3A' rel='tag' target='_self'>301 Vs 302 redirect :</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.webhost.uk.net/blog/301-vs-302-redirect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

