Skip to content

Instantly share code, notes, and snippets.

@lynettechandler
Created September 10, 2013 18:15
Show Gist options
  • Save lynettechandler/6513323 to your computer and use it in GitHub Desktop.
Save lynettechandler/6513323 to your computer and use it in GitHub Desktop.
Prevent Scripts From Running In Folder
# prevent scripts from running
AddHandler cgi-script .php .pl .jsp .asp .sh .cgi
Options -ExecCGI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment