<?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: WordPress Security: Restrict wp-content and wp-includes on wordpress using htaccess</title>
	<atom:link href="http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/</link>
	<description>Wordpress Tutorials</description>
	<lastBuildDate>Thu, 15 Dec 2011 11:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cruz3N</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1543</link>
		<dc:creator>Cruz3N</dc:creator>
		<pubDate>Sun, 23 May 2010 16:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1543</guid>
		<description>Nice trick Bro but i want to tell you, wordpress have some fatal error if we execute some files directly... For example:

yoursite.com/wp-settings.php
yoursite.com/wp-admin/admin-functions.php

And this is the lists that i already post on my blog
http://cruzenaldo.com/list-of-fatal-error-in-wordpress-292/

And to prevent that you can use some techniques with htaccess... Like

&lt;files wp-settings.php&gt;
 order allow,deny
 deny from all
&lt;/files&gt;

or

&lt;FilesMatch &quot;\.(php)$&quot;&gt;
 Order Allow,Deny
 Deny from all
&lt;/FilesMatch&gt;

Thanks :D</description>
		<content:encoded><![CDATA[<p>Nice trick Bro but i want to tell you, wordpress have some fatal error if we execute some files directly&#8230; For example:</p>
<p>yoursite.com/wp-settings.php<br />
yoursite.com/wp-admin/admin-functions.php</p>
<p>And this is the lists that i already post on my blog<br />
<a href="http://cruzenaldo.com/list-of-fatal-error-in-wordpress-292/" rel="nofollow">http://cruzenaldo.com/list-of-fatal-error-in-wordpress-292/</a></p>
<p>And to prevent that you can use some techniques with htaccess&#8230; Like</p>
<p>&lt;files wp-settings.php&gt;<br />
 order allow,deny<br />
 deny from all<br />
&lt;/files&gt;</p>
<p>or</p>
<p>&lt;FilesMatch &quot;\.(php)$&quot;&gt;<br />
 Order Allow,Deny<br />
 Deny from all<br />
&lt;/FilesMatch&gt;</p>
<p>Thanks <img src='http://www.themepremium.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airbilder</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1533</link>
		<dc:creator>Airbilder</dc:creator>
		<pubDate>Sun, 16 May 2010 19:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1533</guid>
		<description>Good method, thanks!</description>
		<content:encoded><![CDATA[<p>Good method, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okoth</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1360</link>
		<dc:creator>Okoth</dc:creator>
		<pubDate>Mon, 12 Apr 2010 05:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1360</guid>
		<description>Your method will definitely make sure you cannot use the Visual editor anymore :)

Do you have a real solution to restrict access to wp-content and wp-includes AND that I can use ALL functions of Wordpress?</description>
		<content:encoded><![CDATA[<p>Your method will definitely make sure you cannot use the Visual editor anymore <img src='http://www.themepremium.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you have a real solution to restrict access to wp-content and wp-includes AND that I can use ALL functions of WordPress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aky Joe</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1262</link>
		<dc:creator>Aky Joe</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1262</guid>
		<description>Well, basically Wordpress creates a .htaccess file by default, but it doesn&#039;t configure it for tough security level. So you have take manual action in order to secure your content or sub directories.</description>
		<content:encoded><![CDATA[<p>Well, basically WordPress creates a .htaccess file by default, but it doesn&#8217;t configure it for tough security level. So you have take manual action in order to secure your content or sub directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pos monitoring</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1258</link>
		<dc:creator>pos monitoring</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1258</guid>
		<description>i heard that it makes the files automatically? not sure if that&#039;s true though</description>
		<content:encoded><![CDATA[<p>i heard that it makes the files automatically? not sure if that&#8217;s true though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aky Joe</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1232</link>
		<dc:creator>Aky Joe</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1232</guid>
		<description>There isn&#039;t a need to have so many passwords when one master password can fulfil the need, but still we bear to have different passwords for different accounts, as per our need and reliability. So, I don&#039;t think there is a need to create 20 .htaccess files, when one can do the trick. :)

But, since wp-includes and wp-content might contain different resources for a blog to open, hence the need of creating two .htaccess file comes into role, so as to restrict the directories with there own directives.</description>
		<content:encoded><![CDATA[<p>There isn&#8217;t a need to have so many passwords when one master password can fulfil the need, but still we bear to have different passwords for different accounts, as per our need and reliability. So, I don&#8217;t think there is a need to create 20 .htaccess files, when one can do the trick. <img src='http://www.themepremium.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But, since wp-includes and wp-content might contain different resources for a blog to open, hence the need of creating two .htaccess file comes into role, so as to restrict the directories with there own directives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechOfWeb</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1228</link>
		<dc:creator>TechOfWeb</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1228</guid>
		<description>create 20 htaccess files for preserving 20 folders. are you conform on this. I think a single htaccess is ok for a single web project

Atul</description>
		<content:encoded><![CDATA[<p>create 20 htaccess files for preserving 20 folders. are you conform on this. I think a single htaccess is ok for a single web project</p>
<p>Atul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aky Joe</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1224</link>
		<dc:creator>Aky Joe</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1224</guid>
		<description>I appreciate your feedback for the assistance required.

Well, yes as I mentioned above in the article, we will have to create .htaccess files for as many different directories we need to protect. For instance, if you have 20 directories to protect, create 20 .htaccess files and located them separately in each directory, with 1:1 ratio. :)</description>
		<content:encoded><![CDATA[<p>I appreciate your feedback for the assistance required.</p>
<p>Well, yes as I mentioned above in the article, we will have to create .htaccess files for as many different directories we need to protect. For instance, if you have 20 directories to protect, create 20 .htaccess files and located them separately in each directory, with 1:1 ratio. <img src='http://www.themepremium.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aky Joe</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1223</link>
		<dc:creator>Aky Joe</dc:creator>
		<pubDate>Thu, 18 Feb 2010 10:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1223</guid>
		<description>I appreciate your concern towards the complexity of .htaccess file.

.htaccess stands for Hypertext Access file, hence, any mismatch of code or keyword will cause erroneous exceptions to rule over. So, for a novice user, I&#039;ll suggest to backup a copy of htaccess as well as wordpress database.</description>
		<content:encoded><![CDATA[<p>I appreciate your concern towards the complexity of .htaccess file.</p>
<p>.htaccess stands for Hypertext Access file, hence, any mismatch of code or keyword will cause erroneous exceptions to rule over. So, for a novice user, I&#8217;ll suggest to backup a copy of htaccess as well as wordpress database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee &#124; Money4Invest</title>
		<link>http://www.themepremium.com/wordpress-security-restrict-wp-content-and-wp-includes-on-wordpress-using-htaccess/#comment-1192</link>
		<dc:creator>Lee &#124; Money4Invest</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.themepremium.com/?p=728#comment-1192</guid>
		<description>I&#039;m interested with this topic as I want to secure my Wp-content and Wp-includes on wordpress. I already have .htaccess file in the public_html folder. Should I create another 2 .htaccess files to be included in wp-content and wp-includes?</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested with this topic as I want to secure my Wp-content and Wp-includes on wordpress. I already have .htaccess file in the public_html folder. Should I create another 2 .htaccess files to be included in wp-content and wp-includes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

