Skip to content

Instantly share code, notes, and snippets.

@ofernandolopes
Forked from allysonsouza/.htaccess
Last active February 18, 2017 21:37
Show Gist options
  • Save ofernandolopes/97efcad4c17b91e9d377dab8a11d665b to your computer and use it in GitHub Desktop.
Save ofernandolopes/97efcad4c17b91e9d377dab8a11d665b to your computer and use it in GitHub Desktop.
Enabling PHP 7 on Hostgator trough htaccess - Ativar PHP 7 no Hostgator usando o arquivo htaccess
# Habilitar o PHP 7.0
AddHandler application/x-httpd-php70 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php70/lib
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment