<?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>Orlando Web Design &#38; Search Engine Marketing Experts &#187; Server Geek Stuff</title>
	<atom:link href="http://ontargetwebsolutions.com/search-engine-blog/category/server-geek-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://ontargetwebsolutions.com/search-engine-blog</link>
	<description>Web design, search engine optimization, SEO,  Social Media &#38; Internet Marketing</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:33:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>301 Redirect Vs. 302 Redirect</title>
		<link>http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/</link>
		<comments>http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:33:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Server Geek Stuff]]></category>
		<category><![CDATA[301 redirects]]></category>
		<category><![CDATA[302 redirects]]></category>

		<guid isPermaLink="false">http://ontargetwebsolutions.com/search-engine-blog/?p=292</guid>
		<description><![CDATA[Tweet Time for a little server geek speak: Here&#8217;s the scenario, you need to move or change a page or page extension on your website and DON&#8217;T want to lose any valuable SEO horsepower that the particular page may have had&#8230; What are your options?  Welcome redirects: Scenario 1: Temporary move.  Not honestly sure why [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fontargetwebsolutions.com%2Fsearch-engine-blog%2F301-redirect-vs-302-redirect%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/"  data-text="301 Redirect Vs. 302 Redirect" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/" data-counter="right"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Time for a little server geek speak: Here&#8217;s the scenario, you need to move or change a page or page extension on your website and DON&#8217;T want to lose any valuable SEO horsepower that the particular page may have had&#8230; What are your options?  Welcome redirects:</p>
<p><strong>Scenario 1</strong>: Temporary move.  Not honestly sure why you would ever need to temporarily move a page, but God knows there must be a reason or they wouldn&#8217;t have invented it.  Use a 302 Redirect in your .htaccess file. This alerts Google that it&#8217;s not a permanent move.</p>
<p><span id="more-292"></span></p>
<p><strong>Scenario 2:</strong>Permanent move.  Ok, the page name has changed, the page extension has changed, you need to tell Google that the x page is now y page.  Use a 301 redirect.  The 301 redirect will tell Google to transfer page rank, etc. to the newly named page. Also, if people still find that page in the organic search engine listings, once clicked, it will take them to the new page automatically. Cool stuff.</p>
<p><strong>How to set it up:</strong></p>
<p>If on a Linux hosting environment, you&#8217;ll need to alter the .htaccess file which should be in the root of your web directory.<br />
<strong><br />
Step 1</strong>: Connect to your web server with FTP, download the .htaccess using ASCII mode with your FTP program.</p>
<p><strong>Step 2</strong>: Open the .htaccess in notepad: add the following line for a 301: (make sure you change the URL below)<br />
redirect 301 /youroldpage.php3 <a href="http://www.yournewpage.com/newpage.php">http://www.yournewpage.com/newpage.php</a></p>
<p><strong>Step 3:</strong>Save the .htaccess file and upload using ASCII mode to your web server.</p>
<p><strong>Step 4:</strong> I&#8217;ve learned this the hard way: ALWAYS switch your ftp program back to AUTO or Binary mode for file transfers.  Uploading JPG&#8217;s in ASCII mode doesn&#8217;t work very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://ontargetwebsolutions.com/search-engine-blog/301-redirect-vs-302-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

