Skip to content

Instantly share code, notes, and snippets.

Created April 6, 2017 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6152a51ce9d704f41560d492434ab060 to your computer and use it in GitHub Desktop.
Save anonymous/6152a51ce9d704f41560d492434ab060 to your computer and use it in GitHub Desktop.
# protect .htaccess
<files .htaccess>
order allow,deny
deny from all
</files>
# protect wpconfig.php
<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