Skip to content

Instantly share code, notes, and snippets.

@itspluxstahre
Created February 4, 2012 20:54
Show Gist options
  • Save itspluxstahre/1740092 to your computer and use it in GitHub Desktop.
Save itspluxstahre/1740092 to your computer and use it in GitHub Desktop.
Skydda wp-config.php och med .htaccess
<files wp-config.php>
order allow,deny
deny from all
</files>
<files xmlrpc.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