Skip to content

Instantly share code, notes, and snippets.

@ravixp
Last active July 12, 2017 17:29
Show Gist options
  • Select an option

  • Save ravixp/27ab8af25cbfdef599ac4594418c96c3 to your computer and use it in GitHub Desktop.

Select an option

Save ravixp/27ab8af25cbfdef599ac4594418c96c3 to your computer and use it in GitHub Desktop.
PHP: Set the different PHP SetHandler version in the .htaccess file
<FilesMatch "\.(php|php3|php4|php5|phtml)$">
SetHandler application/x-httpd-ea-php56
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment