suggest adding this to your plugin to block readme's, wp-config-sample.php, etc.
-
<FilesMatch “^(wp-config|wp-config-sample|readme|README|license|LICENSE|php|php5)\.(php|txt|TXT|html|HTML|htm|HTM|ini)$”>
Order deny,allow
Deny from all
</FilesMatch>
- The topic ‘suggest adding this to your plugin to block readme's, wp-config-sample.php, etc.’ is closed to new replies.