<?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>JayGilford.com &#187; htaccess</title>
	<atom:link href="http://www.jaygilford.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:07:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Making dynamic/pretty URL&#8217;s for PHP scripts</title>
		<link>http://www.jaygilford.com/apache/making-dynamic-pretty-urls-for-php-scripts/</link>
		<comments>http://www.jaygilford.com/apache/making-dynamic-pretty-urls-for-php-scripts/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 14:46:35 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[pretty]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=6</guid>
		<description><![CDATA[We&#8217;ve all seen sites where the URL looks really ugly, i.e. example.com/product.php?id=12345&#38;action=purchase&#38;num=2 However, over the last few years, more and more sites have converted to dynamic/pretty URL&#8217;s, where it looks more like example.com/buy/12345/2/ Using some simple regular expressions and the rewrite module of apache you can create pretty page URL&#8217;s So we have three sections, [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/apache/making-dynamic-pretty-urls-for-php-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to add www to your domain name using .htaccess file</title>
		<link>http://www.jaygilford.com/apache/add-www-to-your-domain-name-using-htaccess-file/</link>
		<comments>http://www.jaygilford.com/apache/add-www-to-your-domain-name-using-htaccess-file/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 21:29:34 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[add www]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod rewrite]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=5</guid>
		<description><![CDATA[If you are wanting to add www. to your domain name automatically such as changing http://yourdomain.com to http://www.yourdomain.com then you can use a few simple lines in your .htaccess file in your public_html folder. This is especially useful for SEO as search engines index the domain with and without the www. as seperate sites. Note [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/apache/add-www-to-your-domain-name-using-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
