<?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; .htaccess</title>
	<atom:link href="http://www.lifeofapleskadmin.com/category/htaccess/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>Create .htaccess file on a WAMP System</title>
		<link>http://www.lifeofapleskadmin.com/2010/03/create-htaccess-file-on-a-wamp-system/</link>
		<comments>http://www.lifeofapleskadmin.com/2010/03/create-htaccess-file-on-a-wamp-system/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:07:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=195</guid>
		<description><![CDATA[If you are creating a new passwd file:  C:\wamp\bin\apache\Apache2.2.11\bin\htpasswd.exe -c passfile username If your are editing an existing password file:  C:\wamp\bin\apache\Apache2.2.11\bin\htpasswd.exe passfile username .htaccess contents: AuthType Basic require valid-user Satisfy all AuthUserFile C:/webroot/passwdfile AuthName "My Secret Folder" Move the created &#8230; <a href="http://www.lifeofapleskadmin.com/2010/03/create-htaccess-file-on-a-wamp-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are creating a new passwd file:</p>
<pre> C:\wamp\bin\apache\Apache2.2.11\bin\htpasswd.exe -c passfile username</pre>
<p>If your are editing an existing password file:</p>
<pre> C:\wamp\bin\apache\Apache2.2.11\bin\htpasswd.exe passfile username</pre>
<p>.htaccess contents:</p>
<pre>AuthType Basic
require valid-user
Satisfy all
AuthUserFile C:/webroot/passwdfile
AuthName "My Secret Folder"</pre>
<p>Move the created pass file to the desired location. and add a .htaccess file to the folder you want to protect and then gracefully restart apache.</p>
<p>This is done through the wamp system tray icon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2010/03/create-htaccess-file-on-a-wamp-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create .htaccess restricted login</title>
		<link>http://www.lifeofapleskadmin.com/2009/12/create-htaccess-restricted-login/</link>
		<comments>http://www.lifeofapleskadmin.com/2009/12/create-htaccess-restricted-login/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.lifeofapleskadmin.com/?p=180</guid>
		<description><![CDATA[Go here http://tools.dynamicdrive.com/password/]]></description>
			<content:encoded><![CDATA[<p>Go here <a href="http://tools.dynamicdrive.com/password/">http://tools.dynamicdrive.com/password/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeofapleskadmin.com/2009/12/create-htaccess-restricted-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

