Best option is to contact your hosting provider.
Also, you should really upgrade your PHP version. Like, immediately. PHP 5.5 was deprecated more than three years ago.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm want to make a multiple php in my cpanel, i have a laravel apps and other sites (using wordpress). My wordpress sites will not work if i'm using php version 7.3. The PHP version must 5.5 for my wordpress sites.
And then if the PHP version is 5.5 my app with laravel will not work and then showing 500 Error.
The suitable solution for my case is multiple PHP version with htaccess. Do you can give me a example code for multiple using htaccess? Because i'm using this code is not work for me
AddHandler application/x-httpd-alt-php72___lsphp .php .php5 .phtml AddHandler application/x-httpd-php72 .php
<FilesMatch ".(php4|php5|php7|php3|php2|php|phtml)$">
SetHandler application/x-lsphp73
Please or to participate in this conversation.