WebGee DocsDocs
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.

What is the difference between the MultiPHP and Select PHP Version?

PHP Handlers: Why PHP-FPM is Not Enabled on WebGee Accounts

How do I find my error_log file to find errors for my PHP application?

How to setup a NodeJS application on cPanel

Using GIT via SSH

Setting 'date.timezone' Value through PHP Selector in cPanel

PHP 500 Errors and How to Resolve Them

Understanding PHP Memory Limits in Shared Hosting Environments

How do I enable error logging in my PHP script?

Accessing a Linux Server Using SSH Keys with PuTTY

A Comprehensive Guide to Generating an SSH Key for Linux Server Connections

How to enter the virtual environment with Python/Ruby/NodeJS Selectors

How to install PEAR?

Using cPanel to Create an SSH Key and Connect via PuTTY on Windows