We Recommend

Pro Apache Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.


Posted By

m00min on 02/01/08


Tagged

wordpress apache


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

webStruck_


Secure your wp-includes folder


Published in: Apache 


After installing WordPress an .htaccess file with the following code needs to be added to the wp-includes folder.

  1. Order Allow,Deny
  2. Deny from all
  3. <Files ~ ".(css|jpe?g|png|gif|js|swf)$">
  4. Allow from all

Report this snippet 

You need to login to post a comment.