DevBest.com - Community of Developers & Gamers

Ecko
Ecko
it's not enabled on default php ver (5.4) but is on 5.5, 5.6 and 7.0
add to top of .htaccess file:

# Use PHP7 as default
AddHandler application/x-httpd-php70 .php
# Use PHP7 php.ini if needed
suPHP_ConfigPath /usr/local/php70/lib
Top