Comment choisir la version de PHP utilisée pour mon site?6 décembre 2018

Si votre hébergement est sur notre serveur Hosting2 vous pouvez choisir parmi plusieurs versions de PHP.

Pour faire ce choix RDV dans le fichier .htaccess.

Pour cela, via FTP vous pouvez modifier (ou créer) le fichier .htaccess de votre hébergement pour y ajouter le code suivant :

Pour PHP7.2

<FilesMatch "\.ph(p3?|tml)$">
    SetHandler application/x-httpd-suphp72
</FilesMatch>

Pour PHP 5.6

<FilesMatch "\.ph(p3?|tml)$">
    SetHandler application/x-httpd-suphp56
</FilesMatch>
Category: Scripts (PHP, Perl, Python, CGI)