Quantcast
Viewing all articles
Browse latest Browse all 12476

PHP 7.0 handler htaccess code

Hello!
My hosting provide allows PHP 7.0 but the change is saved via htaccess and code as follows must be added: Where should I put it in the custom codes section – do I get it correct that it should go into the first section?

# phpvs start v5
<Files ~ \.(php|php5|php6|phps|inc|shtml)$>
SetHandler fcgid-script
    FcgidWrapper "/fcgi/virt106208/public_html/fcgid-7.0.sh" .php
</Files>
# phpvs end v5
  • This topic was modified 9 hours, 43 minutes ago by  AITpro Admin.
  • This topic was modified 9 hours, 40 minutes ago by  AITpro Admin.

Viewing all articles
Browse latest Browse all 12476

Trending Articles