<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 36 Useful Apache &#8216;.htaccess&#8217; Tricks for Security and Performance	</title>
	<atom:link href="https://www.tecmint.com/apache-htaccess-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/apache-htaccess-tricks/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 15 Oct 2024 06:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: manik		</title>
		<link>https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-1430137</link>

		<dc:creator><![CDATA[manik]]></dc:creator>
		<pubDate>Sun, 07 Feb 2021 12:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10992#comment-1430137</guid>

					<description><![CDATA[Hi Sir,

Someone hacked our website and always take it &lt;strong&gt;index.php&lt;/strong&gt; file instead of a different php file.

Also, the htaccess file gets created newly even we deleted it.]]></description>
			<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>Someone hacked our website and always take it <strong>index.php</strong> file instead of a different php file.</p>
<p>Also, the htaccess file gets created newly even we deleted it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-797957</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 07 Jul 2016 06:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10992#comment-797957</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-797881&quot;&gt;Sajjad&lt;/a&gt;.

@Sajjad,

Use the following directive to secure and restrict access to &lt;strong&gt;.htaccess&lt;/strong&gt; file on the server.
&lt;pre&gt;
# Protect the htaccess file
&lt;Files .htaccess&gt;
Order Allow,Deny
Deny from all
&lt;/Files&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-797881">Sajjad</a>.</p>
<p>@Sajjad,</p>
<p>Use the following directive to secure and restrict access to <strong>.htaccess</strong> file on the server.</p>
<pre>
# Protect the htaccess file
<files .htaccess>
Order Allow,Deny
Deny from all
</files></pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sajjad		</title>
		<link>https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-797881</link>

		<dc:creator><![CDATA[Sajjad]]></dc:creator>
		<pubDate>Wed, 06 Jul 2016 21:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10992#comment-797881</guid>

					<description><![CDATA[Great htaccess tips, Thanks for sharing this helpful article. can you please give some suggestions about .htaccess security?]]></description>
			<content:encoded><![CDATA[<p>Great htaccess tips, Thanks for sharing this helpful article. can you please give some suggestions about .htaccess security?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Mark		</title>
		<link>https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-652126</link>

		<dc:creator><![CDATA[Steve Mark]]></dc:creator>
		<pubDate>Thu, 27 Aug 2015 12:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10992#comment-652126</guid>

					<description><![CDATA[Hey Tosin,
i don&#039;t think about any ebook related htaccess because htaccess is part of logic which is every one can modified using his ability.]]></description>
			<content:encoded><![CDATA[<p>Hey Tosin,<br />
i don&#8217;t think about any ebook related htaccess because htaccess is part of logic which is every one can modified using his ability.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tosin		</title>
		<link>https://www.tecmint.com/apache-htaccess-tricks/comment-page-1/#comment-561965</link>

		<dc:creator><![CDATA[Tosin]]></dc:creator>
		<pubDate>Wed, 06 May 2015 11:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10992#comment-561965</guid>

					<description><![CDATA[Insightful Tips there. Please can I get this .htaccess tricks as an ebook? Thank you.]]></description>
			<content:encoded><![CDATA[<p>Insightful Tips there. Please can I get this .htaccess tricks as an ebook? Thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
