<?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>Hamid Alipour on Web Development &#38; Programming - Coding Recipes &#187; .htaccess</title>
	<atom:link href="http://codingrecipes.com/category/apache/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:08:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>SEO Friendly Redirect</title>
		<link>http://codingrecipes.com/seo-friendly-redirect-2</link>
		<comments>http://codingrecipes.com/seo-friendly-redirect-2#comments</comments>
		<pubDate>Fri, 18 Sep 2009 23:53:10 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.codingrecipes.com/?p=109</guid>
		<description><![CDATA[Paste this into your .htaccess file and edit to match your source and destination URLs: rewriteEngine on rewriteRule ^old-file\.php$ http://www.the-new-url.com/new-file.php [r=permanent, L]]]></description>
		<wfw:commentRss>http://codingrecipes.com/seo-friendly-redirect-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

