TechnologyWorld

How to select a different PHP version on each folder in Godaddy

To set different php version per folder in Godaddy use below code in .htaccess file

<FilesMatch “\.(php4|php5|php3|php2|php|phtml)$”>
SetHandler application/x-httpd-alt-php56___lsphp
</FilesMatch>

 

For more information please contact [email protected]

Disclaimer: Originally published in PB4HOST.COM

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Comment moderation is enabled. Your comment may take some time to appear.

Back to top button