teamthunder To tell your website to use PHP 7.1, you need to make a file called .htaccess
in the folder /usr/home/LOGIN/domains/DOMAIN/
.
First, check if the file .htaccess
is already there. If it's not there, make a new file and call it .htaccess
.
Open the file .htaccess
and write this line inside it:
AddType application/x-httpd-php71 .php
That's it! Now your website will use PHP 7.1.