Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Xyborg/fad65a5f2c09e43858b4e0251a61f3c1 to your computer and use it in GitHub Desktop.
Save Xyborg/fad65a5f2c09e43858b4e0251a61f3c1 to your computer and use it in GitHub Desktop.
Disable PHP Execution in Certain Directories
<Files "^(*.php|*.phps)">
order deny,allow
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment