Skip to content

Instantly share code, notes, and snippets.

@ofernandolopes
Created October 30, 2019 21:46
Show Gist options
  • Select an option

  • Save ofernandolopes/1015b06feb314f60ed23f0912ad91731 to your computer and use it in GitHub Desktop.

Select an option

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
# 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