Last active
July 12, 2017 17:29
-
-
Save ravixp/27ab8af25cbfdef599ac4594418c96c3 to your computer and use it in GitHub Desktop.
PHP: Set the different PHP SetHandler version in the .htaccess file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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