<?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>HyperHawk &#187; .htaccess</title>
	<atom:link href="http://notes.hyperhawk.com/category/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://notes.hyperhawk.com</link>
	<description>Development Notes</description>
	<lastBuildDate>Thu, 27 May 2010 19:08:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No Acces of File Type</title>
		<link>http://notes.hyperhawk.com/htaccess/no-acces-of-file-type-202.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/no-acces-of-file-type-202.htm#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:12:24 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=202</guid>
		<description><![CDATA[Example, don&#8217;t allow access to .ini files:
#no direct access of *.ini
RewriteRule ^(.*)\.ini$ http://%{HTTP_HOST}/ [R=301,L]
]]></description>
			<content:encoded><![CDATA[<p>Example, don&#8217;t allow access to .ini files:<br />
<code>#no direct access of *.ini<br />
RewriteRule ^(.*)\.ini$ http://%{HTTP_HOST}/ [R=301,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/no-acces-of-file-type-202.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Direct Acess of index.php</title>
		<link>http://notes.hyperhawk.com/htaccess/no-direct-acess-of-index-php-193.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/no-direct-acess-of-index-php-193.htm#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:09:01 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=193</guid>
		<description><![CDATA[#no direct access of index.php
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://%{HTTP_HOST}/ [R=301,L]
]]></description>
			<content:encoded><![CDATA[<p><code>#no direct access of index.php<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/<br />
RewriteRule ^index\.php$ http://%{HTTP_HOST}/ [R=301,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/no-direct-acess-of-index-php-193.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force www.</title>
		<link>http://notes.hyperhawk.com/htaccess/force-www-187.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/force-www-187.htm#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:05:13 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=187</guid>
		<description><![CDATA[#force www.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www\.%{HTTP_HOST}/$1 [R=301,L]
]]></description>
			<content:encoded><![CDATA[<p><code>#force www.<br />
RewriteCond %{HTTP_HOST} !^www\.<br />
RewriteRule ^(.*)$ http://www\.%{HTTP_HOST}/$1 [R=301,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/force-www-187.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect 301</title>
		<link>http://notes.hyperhawk.com/htaccess/redirect-301-182.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/redirect-301-182.htm#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:34:03 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=182</guid>
		<description><![CDATA[Redirect 301 /path/old.htm http://www.example.com/new.htm
]]></description>
			<content:encoded><![CDATA[<p><code>Redirect 301 /path/old.htm http://www.example.com/new.htm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/redirect-301-182.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide File Extension</title>
		<link>http://notes.hyperhawk.com/htaccess/hide-file-extension-51.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/hide-file-extension-51.htm#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:03:56 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=51</guid>
		<description><![CDATA[RewriteCond %{REQUEST_URI} !^/(.*)(\.)
RewriteRule ^(.*)$ index.php?do=$1&#038;%{QUERY_STRING} [NC,L]
]]></description>
			<content:encoded><![CDATA[<p><code>RewriteCond %{REQUEST_URI} !^/(.*)(\.)<br />
RewriteRule ^(.*)$ index.php?do=$1&#038;%{QUERY_STRING} [NC,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/hide-file-extension-51.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image 404 .htaccess</title>
		<link>http://notes.hyperhawk.com/htaccess/image-404-htaccess-35.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/image-404-htaccess-35.htm#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:49:13 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=35</guid>
		<description><![CDATA[# img not found
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} \.(gif&#124;jpg&#124;jpeg&#124;png)$
RewriteRule .* images/spacer.gif [L]
]]></description>
			<content:encoded><![CDATA[<p><code># img not found<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_URI} \.(gif|jpg|jpeg|png)$<br />
RewriteRule .* images/spacer.gif [L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/image-404-htaccess-35.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use .do Extension</title>
		<link>http://notes.hyperhawk.com/htaccess/use-do-extension-83.htm</link>
		<comments>http://notes.hyperhawk.com/htaccess/use-do-extension-83.htm#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:34:22 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=83</guid>
		<description><![CDATA[Options -Indexes
AddType application/x-httpd-php do php
RewriteEngine On
RewriteRule ^pg.do$ index.php?%{QUERY_STRING} [L]
]]></description>
			<content:encoded><![CDATA[<p><code>Options -Indexes<br />
AddType application/x-httpd-php do php<br />
RewriteEngine On<br />
RewriteRule ^pg.do$ index.php?%{QUERY_STRING} [L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/htaccess/use-do-extension-83.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

