Development
Development
PHP versions and limits, application frameworks, SSH and error logs.
PHP versions and limits, application frameworks, SSH and error logs.
Change your PHP version and settings
Switch PHP versions and adjust values like memory_limit from cPanel, or with a .user.ini file if your site runs on Bolt-Cache.
Connect over SSH
Enable SSH on your cPanel account, connect from macOS, Linux or Windows, and set up key authentication instead of a password.
Serve Laravel from the public directory
Point your domain at Laravel's /public folder using .htaccess, so visitors reach example.com rather than example.com/public.
Magento reports the wrong memory limit
Magento's readiness check reads the CLI PHP settings, not your web settings — so raising memory_limit in .user.ini appears to do nothing.
Run PHP inside .html files
Make the server execute PHP in files with a .html or .htm extension, using the correct handler for WebGee's LiteSpeed setup.