Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wordpress:how-to-harden-wordpress-security [2015-06-08 19:11:07]
rory.blanchard [Plugins for WordPress]
wordpress:how-to-harden-wordpress-security [2016-02-02 18:05:44] (current)
rory.blanchard [.htaccess Rules]
Line 35: Line 35:
 allow from 127.0.0.1 allow from 127.0.0.1
 deny from all deny from all
 +errordocument 403 "This file is forbidden"
 </files> </files>
  
Line 41: Line 42:
 allow from 127.0.0.1 allow from 127.0.0.1
 deny from all deny from all
 +errordocument 403 "This file is forbidden"
 </files> </files>
 </code> </code>