Skip to content

Instantly share code, notes, and snippets.

@ismaail
Last active August 29, 2015 14:16
Show Gist options
  • Save ismaail/937cfd7ba2340d65a417 to your computer and use it in GitHub Desktop.
Save ismaail/937cfd7ba2340d65a417 to your computer and use it in GitHub Desktop.
Disable PHP
# Disable php in this folder and subfolders
RemoveHandler .php .phtml .php3
RemoveType .php .phtml .php3
php_flag engine off # Comment this line if PHP 5.5
<Files *>
SetHandler default-handler
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment