Created
October 30, 2019 21:46
-
-
Save ofernandolopes/1015b06feb314f60ed23f0912ad91731 to your computer and use it in GitHub Desktop.
Enabling PHP 7.1 on Hostgator trough htaccess - Ativar PHP 7.1 no Hostgator usando o arquivo htaccess
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
| # Habilitar o PHP 7.1 | |
| <IfModule mime_module> | |
| AddHandler application/x-httpd-ea-php71 .php .php7 .phtml | |
| </IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment