<?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>htaccess file &#187; Wil</title>
	<atom:link href="http://htaccessfile.com/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://htaccessfile.com</link>
	<description>htaccess files configuration and tips</description>
	<lastBuildDate>Sat, 10 Mar 2012 23:16:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Disable directory browsing with htaccess</title>
		<link>http://htaccessfile.com/disable-directory-browsing-with-htaccess</link>
		<comments>http://htaccessfile.com/disable-directory-browsing-with-htaccess#comments</comments>
		<pubDate>Sun, 23 Jan 2011 12:42:35 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=64</guid>
		<description><![CDATA[By default, Apache server allows directory browsing. If a URL which maps to a directory is requested, and there is no DirectoryIndex (index.html for example) in the directory, then the server returns a formatted listing of the directory. If you want to prevent people from browsing your directory, you can add this code to your [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/disable-directory-browsing-with-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent file viewing with htaccess</title>
		<link>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess</link>
		<comments>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:50:25 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[directives]]></category>
		<category><![CDATA[server config]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=40</guid>
		<description><![CDATA[If you have a directory which contains passwords or files that you don&#8217;t want anybody to be able to view or to download, you might add the following to your .htaccess file : - If you want to prevent people from viewing all the files : &#60;Files *&#62; Order allow,deny Deny from All &#60;/Files&#62; - [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess block access by referer</title>
		<link>http://htaccessfile.com/htaccess-block-access-by-referer</link>
		<comments>http://htaccessfile.com/htaccess-block-access-by-referer#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:54:47 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[referer]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=24</guid>
		<description><![CDATA[If your server is over &#8211; spammed, this .htaccess configuration will help you. By blocking website access by referrer you are disabling any impressions that come from &#8220;wrong&#8221; referrer.  It could be &#8220;bad&#8221; bot that uses your website resources in it&#8217;s needs. You can block &#8220;bad&#8221; bots or urls from visiting your website by editing [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-block-access-by-referer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess rewrite rule</title>
		<link>http://htaccessfile.com/htaccess-rewrite-rule</link>
		<comments>http://htaccessfile.com/htaccess-rewrite-rule#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:48:07 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[htaccess rewrite rule]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=22</guid>
		<description><![CDATA[To enable rewrite rule and rewrite commands you will need to enable apache rewrite engine. Add this code to your .htaccess to enable rewrite commands of your server : RewriteEngine on]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-rewrite-rule/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess Redirect File Or Directory</title>
		<link>http://htaccessfile.com/htaccess-redirect-file-or-directory</link>
		<comments>http://htaccessfile.com/htaccess-redirect-file-or-directory#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:28:47 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=20</guid>
		<description><![CDATA[If you moved files from one directory or changed directory location, you will find it useful to redirect all your visitors to the true directory that contains all the files in it . Apache server was designed to allow manually redirection of all your traffic from &#8220;wrong&#8221; directory to the true directory, this method is [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-redirect-file-or-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess redirect site</title>
		<link>http://htaccessfile.com/htaccess-redirect-site</link>
		<comments>http://htaccessfile.com/htaccess-redirect-site#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:12:18 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=18</guid>
		<description><![CDATA[There are a lot of reasons to redirect website from one to another, for example when you changed your main domain name and want all traffic to be redirected to your new website domain name. Instead of using slow html meta redirect function, it is a good idea to send command to your server directly. [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-redirect-site/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>htaccess Allow Override</title>
		<link>http://htaccessfile.com/htaccess-allow-override</link>
		<comments>http://htaccessfile.com/htaccess-allow-override#comments</comments>
		<pubDate>Sat, 27 Jun 2009 16:59:10 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[allow override]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=16</guid>
		<description><![CDATA[Htaccess allow override is a perfect solution to increase your website performance. Allow Override enables searching of .htaccess file in all website directories, to specify which directory contains allow override and which directory doesn&#8217;t we will use allow override command. We will disable allow override in our root folder and enable allow override in other [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-allow-override/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess protect website from content ripping</title>
		<link>http://htaccessfile.com/htaccess-protect-website-from-content-ripping</link>
		<comments>http://htaccessfile.com/htaccess-protect-website-from-content-ripping#comments</comments>
		<pubDate>Sat, 27 Jun 2009 16:27:02 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[htaccess content protection]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=14</guid>
		<description><![CDATA[It&#8217;s really sad to realize that your website is not unique anymore, someone ripped all the content, mysql database and even your name mentioned in it and built his scam website with your content. It is a good idea to protect your blog or website from ripping software, here is the sollution, you can tell [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-protect-website-from-content-ripping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess allow IP addresses</title>
		<link>http://htaccessfile.com/htaccess-allow-ip-addresses</link>
		<comments>http://htaccessfile.com/htaccess-allow-ip-addresses#comments</comments>
		<pubDate>Sat, 27 Jun 2009 16:17:39 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=12</guid>
		<description><![CDATA[There are lot&#8217;s of programs that allow ripping website content and mysql databases. All the ripped content transferred to another websites, thanks god we have google that figures out plagiarism by caching dates. Anyway sometimes there are many unnecessary bots of authomatic websites that steal our traffic. Sometimes there is any unwanted spammer or proxy [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-allow-ip-addresses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess admin email address</title>
		<link>http://htaccessfile.com/htaccess-admin-email-address</link>
		<comments>http://htaccessfile.com/htaccess-admin-email-address#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:53:21 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[htaccess email]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=10</guid>
		<description><![CDATA[Sometimes it is necessarry to define admin email address for the server, if our website hosted somewhere and we are not able to configure Apache configuration files, we will use .htaccess file to configure default admin email address of our website. The code is shown below, you can test this code with your .htaccess file. [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/htaccess-admin-email-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

