<?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>Dream Whisper Designs &#187; Coding Stuff</title>
	<atom:link href="http://dreamwhisperdesigns.com/category/design/coding-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamwhisperdesigns.com</link>
	<description>Corporate to Creative - We Design Your Vision.</description>
	<lastBuildDate>Sat, 02 May 2009 18:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7492</generator>
		<item>
		<title>Move a site or a folder?  What about your rankings?</title>
		<link>http://dreamwhisperdesigns.com/2009/01/12/move-a-site-or-a-folder-what-about-your-rankings/</link>
		<comments>http://dreamwhisperdesigns.com/2009/01/12/move-a-site-or-a-folder-what-about-your-rankings/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:37:27 +0000</pubDate>
		<dc:creator>DreamWhisper</dc:creator>
				<category><![CDATA[Coding Stuff]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[changing domains]]></category>
		<category><![CDATA[changing folder names]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess file]]></category>
		<category><![CDATA[maintain search engine links]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[moved permanently]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://dreamwhisperdesigns.com/?p=228</guid>
		<description><![CDATA[A .htaccess file is one of the easiest ways to redirect your existing traffic to other pages. There are a variety of reasons you may want to do this. For Example: Changed folder names Moved a site Migrated from plain html to a CMS .htaccess files allow you to customize the way that your site [...]]]></description>
			<content:encoded><![CDATA[<p>A .htaccess file is one of the easiest ways to redirect your existing traffic to other pages.  There are a variety of reasons you may want to do this.  For Example:</p>
<ul>
<li>Changed folder names</li>
<li>Moved a site</li>
<li>Migrated from plain html to a CMS</li>
</ul>
<p>.htaccess files allow you to customize the way that your site or a specific directory on your site behaves. For example, if you place an .htaccess file in your root directory, it will affect your entire site (www.coolexample.com). If you place it in a /content directory, it will only affect that directory (www.coolexample.com/content). .htaccess only works on our Linux hosting servers.</p>
<p>Using an .htaccess file, you can:<br />
    * Customize the Error pages for your site.<br />
    * Protect your site with a password.<br />
    * Enable server-side includes.<br />
    * Deny access to your site based on IP.<br />
    * Change your default directory page (index.html).<br />
    * Redirect visitors to another page.<br />
    * Prevent directory listing.</p>
<p>.htaccess files are a simple ASCII text file with the name .htaccess. It is not an extension like .html or .txt. The entire file name is .htaccess. </p>
<p>How?  Add one of the following line to your .htaccess file, but don&#8217;t add &#8220;http://www&#8221; to the first part:<br />
redirect 301 /oldfolder/oldpage.htm http://www.yourdomain.com/newfolder/newpage.htm<br />
redirect 301 /oldfolder/oldpage.htm http://www.yourdomain.com/newpage.php<br />
redirect 301 /index.html http://www.yourdomain.com/index.html </p>
<p>To redirect ALL files on your domain:<br />
redirectMatch 301 ^(.*)$ http://www.domain.com</p>
<p>For more information on how to set up .htaccess files, visit <a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html">Apache&#8217;s Web site</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fdreamwhisperdesigns.com%2F2009%2F01%2F12%2Fmove-a-site-or-a-folder-what-about-your-rankings%2F&amp;linkname=Move%20a%20site%20or%20a%20folder%3F%20%20What%20about%20your%20rankings%3F"><img src="http://dreamwhisperdesigns.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://dreamwhisperdesigns.com/2009/01/12/move-a-site-or-a-folder-what-about-your-rankings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
