Skip to content

Instantly share code, notes, and snippets.

@PhilETaylor
Forked from allysonsouza/.htaccess
Created May 13, 2017 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilETaylor/82d57fbcbde37890afc4f8ffb0966293 to your computer and use it in GitHub Desktop.
Save PhilETaylor/82d57fbcbde37890afc4f8ffb0966293 to your computer and use it in GitHub Desktop.
Enabling PHP 7 on Hostgator trough 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