Who secures WP-Content and WP-Includes

Discussion in 'Blogging' started by bluemanteam, May 5, 2008.

  1. #1
    Below are the instructions I found to secure both of the above folders using htaccess.

    Has anyone used these? Is it worth the effort or does it cause more issues then it is worth?

    Order Allow,Deny
    Deny from all
    <Files ~ "\.(css|jpe?g|png|gif|js)$">
    Allow from all
    </Files>
    If we want to allow certain plugins such as Democracy, we can append the following to our wp-content/.htaccess file:

    <Files "democracy.php">
    Allow from all
    </Files>
     
    bluemanteam, May 5, 2008 IP
  2. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Haven't tried it yet.. Will do maybe.. not sure.. Lol
     
    godsofchaos, May 5, 2008 IP