<?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; Apache Web Server</title>
	<atom:link href="http://www.jaygilford.com/tag/apache/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>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up virtual hosts in apache on a windows machine</title>
		<link>http://www.jaygilford.com/apache/setting-up-virtual-hosts-in-apache-on-a-windows-machine/</link>
		<comments>http://www.jaygilford.com/apache/setting-up-virtual-hosts-in-apache-on-a-windows-machine/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 20:28:49 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[virtual host]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=80</guid>
		<description><![CDATA[Navigate to your apache folder and find the conf folder (for WAMP this is C:\wamp\bin\apache\apache{version number here}\conf\ by default, for xampp this is C:\xampp\apache\conf\ by default)
Next open the httpd.conf file, and search for the line that has Include conf/extra/httpd-vhosts.conf on it. If there is a # before the line, delete it leaving only Include conf/extra/httpd-vhosts.conf. [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/apache/setting-up-virtual-hosts-in-apache-on-a-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable mod_rewrite in Apache</title>
		<link>http://www.jaygilford.com/apache/how-to-enable-mod-rewrite-in-apache/</link>
		<comments>http://www.jaygilford.com/apache/how-to-enable-mod-rewrite-in-apache/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 08:23:29 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=8</guid>
		<description><![CDATA[To enable the rewrite module in Apache you will need access to the httpd.conf file, located in {Apache folder}/conf/httpd.conf
Open up the file, and search for
#LoadModule rewrite_module modules/mod_rewrite.so
and simply remove the # from the start of the line. Then save the file, and restart the Apache server. You should now be able to use the mod_rewrite [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/apache/how-to-enable-mod-rewrite-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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, clearly coloured below:
example.com/buy/12345/2/ need [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/apache/making-dynamic-pretty-urls-for-php-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
