On Simply.com's Linux servers we aim to have the most popular modules installed and at the same time maintain the stability and speed of the specific servers.
If you are interested to see our standard settings and modules on our servers, you can do that in phpinfo()
, You will find an example here: http://linux1.unoeuro.com/phpinfo.php
Ioncube is installed on all PHP web hotels.
You can change the PHP version for your product through our Control Panel.
If you want to use a specific PHP version, you can change it by adding a directive to your .htaccess
file.
You can access the .htaccess
file through our File Manager or by using FTP. If the file does not exist, you can just create one.
PHP-version | .htaccess directive |
---|---|
Latest stable (currently PHP 8.4) | AddType application/x-httpd-php-latest .php |
8.4 | AddType application/x-httpd-php84 .php |
8.3 | AddType application/x-httpd-php83 .php |
8.2 | AddType application/x-httpd-php82 .php |
8.1 | AddType application/x-httpd-php81 .php |
8.0 | AddType application/x-httpd-php80 .php |
7.4 | AddType application/x-httpd-php74 .php |
7.3 | AddType application/x-httpd-php73 .php |
7.2 | AddType application/x-httpd-php72 .php |
7.1 | AddType application/x-httpd-php71 .php |
7.0 | AddType application/x-httpd-php70 .php |
5.6 | AddType application/x-httpd-php56 .php |
/usr/local/bin/php
-binary automatically follows the PHP version specified in the .htaccess
file. Composer also uses this version.
Article from the support category: PHP