Skip to content

Instantly share code, notes, and snippets.

@ko31
Created October 11, 2015 22:21
Show Gist options
  • Save ko31/bfcffd79d7bb4cdf2662 to your computer and use it in GitHub Desktop.
Save ko31/bfcffd79d7bb4cdf2662 to your computer and use it in GitHub Desktop.
【WordPress】Disable access to wp-config.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