<?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>SECOND SIGHTING &#187; Apache</title>
	<atom:link href="http://www.secondsighting.co.uk/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.secondsighting.co.uk</link>
	<description>Web Design, SEO &#38; PPC</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:14:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extensionless URIs</title>
		<link>http://www.secondsighting.co.uk/2008/11/26/extensionless-uris/</link>
		<comments>http://www.secondsighting.co.uk/2008/11/26/extensionless-uris/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:11:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.secondsighting.co.uk/?p=35</guid>
		<description><![CDATA[if you want your URI format to be website.com/about/ instead of website.com/about.php then put the following line in a .htaccess file in your websites root folder. RewriteRule ^(.*)/$ $1.php [nc] The php part refers to the extension your web pages have. If you had a file called about.html then the line would be RewriteRule ^(.*)/$ [...]]]></description>
			<content:encoded><![CDATA[<p>if you want your URI format to be website.com/about/ instead of website.com/about.php then put the following line in a .htaccess file in your websites root folder.</p>
<p><code>RewriteRule ^(.*)/$ $1.php [nc]</code></p>
<p>The <em>php</em> part refers to the extension your web pages have. If you had a file called about.html then the line would be</p>
<p><code>RewriteRule ^(.*)/$ $1.html [nc]</code></p>
<p>The [nc] at the end means the pattern is case-insensitive so would match both about.html and about.HTML</p>
]]></content:encoded>
			<wfw:commentRss>http://www.secondsighting.co.uk/2008/11/26/extensionless-uris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

