Skip to content

Instantly share code, notes, and snippets.

@NinjaPress
Created February 23, 2012 03:18
Show Gist options
  • Save NinjaPress/1889777 to your computer and use it in GitHub Desktop.
Save NinjaPress/1889777 to your computer and use it in GitHub Desktop.
Trecho de código para proteger o acesso ao wp-config.php do Wordpress
# 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