<?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>Digital Epiphany Blog &#187; .htaccess</title>
	<atom:link href="http://www.digital-epiphany-designs.com/blog/category/the-coding-world/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digital-epiphany-designs.com/blog</link>
	<description>Blog for coding examples and projects.</description>
	<lastBuildDate>Wed, 12 Oct 2011 18:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a perminent redirect in the .htaccess file</title>
		<link>http://www.digital-epiphany-designs.com/blog/creating-a-perminent-redirect-in-the-htaccess-file</link>
		<comments>http://www.digital-epiphany-designs.com/blog/creating-a-perminent-redirect-in-the-htaccess-file#comments</comments>
		<pubDate>Tue, 01 Jul 2008 15:32:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=24</guid>
		<description><![CDATA[A search engine friendly way to redirect an old page to a new one is to add the following line in your .htaccess file. &#8220;Redirect permanent /old-page.html http://www.newsite.com/new-page.html&#8221;]]></description>
			<content:encoded><![CDATA[<p>A search engine friendly way to redirect an old page to a new one is to add the following line in your .htaccess file.</p>
<p>&#8220;Redirect permanent /old-page.html http://www.newsite.com/new-page.html&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/creating-a-perminent-redirect-in-the-htaccess-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct the ErrorDocument 404 to a webpage</title>
		<link>http://www.digital-epiphany-designs.com/blog/direct-the-errordocument-404-to-a-webpage</link>
		<comments>http://www.digital-epiphany-designs.com/blog/direct-the-errordocument-404-to-a-webpage#comments</comments>
		<pubDate>Tue, 01 Jul 2008 15:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.digital-epiphany-designs.com/blog/?p=23</guid>
		<description><![CDATA[If you would like the &#8220;404 Webpage Not Found&#8221; error to redirect to another page on your website &#8211; just simply create (or edit) your .htaccess file. This file should be at the root level of your site&#8217;s directory where your root webpages are stored. Add the following line: &#8220;ErrorDocument 404 /pagename.html&#8221;]]></description>
			<content:encoded><![CDATA[<p>If you would like the &#8220;404 Webpage Not Found&#8221; error to redirect to another page on your website &#8211; just simply create (or edit) your .htaccess file. This file should be at the root level of your site&#8217;s directory where your root webpages are stored.</p>
<p>Add the following line: &#8220;ErrorDocument 404 /pagename.html&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digital-epiphany-designs.com/blog/direct-the-errordocument-404-to-a-webpage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

