<?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>I-Am-Bot &#187; apache</title>
	<atom:link href="http://iambot.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://iambot.net</link>
	<description>Code, technology and life</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:40:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Custom php/apache file extension</title>
		<link>http://iambot.net/2009/04/custom-phpapache-file-extension/</link>
		<comments>http://iambot.net/2009/04/custom-phpapache-file-extension/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 12:00:35 +0000</pubDate>
		<dc:creator>Srinath</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://iambot.net/?p=50</guid>
		<description><![CDATA[Ever wondered how to have you own file extension instead of the boring .php? Just like arstechnica has .ars ? Well with just one line of code, you can make your webserver accept your custom extension! 1. Open the apache httpd.conf file 2. Add the line "AddType application/x-httpd-php .bot" without the quotes. What it does [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to have you own file extension instead of the boring .php? Just like <a href="http://arstechnica.com">arstechnica</a> has .ars ? Well with just one line of code, you can make your webserver accept your custom extension!</p>
<p>1. Open the apache httpd.conf file</p>
<p>2. Add the line "AddType application/x-httpd-php .bot" without the quotes. What it does is instruct the server that .bot extension is a php file and that it should be treated as a normal php file</p>
<p>3. Rename your php file with extension bot</p>
<p>4. Open in web browser and see the magic!</p>
]]></content:encoded>
			<wfw:commentRss>http://iambot.net/2009/04/custom-phpapache-file-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

