Last active
July 27, 2016 19:39
-
-
Save amElnagdy/30e5ec396d5b022fbd8cccc54a8afeab to your computer and use it in GitHub Desktop.
Secure your wp-config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add to your .htaccess file | |
<Files wp-config.php> | |
order allow,deny | |
deny from all | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment