<?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>Life of a Plesk Admin &#187; php</title>
	<atom:link href="http://www.lifeofapleskadmin.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeofapleskadmin.com</link>
	<description>Where i go for Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:18:42 +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>Process .html as PHP</title>
		<link>http://www.lifeofapleskadmin.com/2009/04/process-html-as-php/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/04/process-html-as-php/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=37</guid>
		<description><![CDATA[To setup a Linux server running Apache web server to process .html (.htm) files as PHP. create an .htaccess file in the root folder of your website and add these lines to the .htaccess file: AddType application/x-httpd-php .htm AddType application/x-httpd-php &#8230; <a href="http://www.lifeofapleskadmin.com/2009/04/process-html-as-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To setup a Linux server running Apache web server to process .html (.htm) files as PHP. create an .htaccess file in the root folder of your website and add these lines to the .htaccess file:</p>
<pre lang="">AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html</pre>
<p>Source: <a href="http://www.lgr.ca/blog/2007/02/process-html-as-php.html">http://www.lgr.ca/blog/2007/02/process-html-as-php.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/04/process-html-as-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

