Tag : PHP

Introduction When performing a website migration using cPanel Express Transfer, an incomplete transfer process can sometimes leave temporary redirect rules in the website’s .htaccess files. As a result, visitors may be redirected to a URL similar to: This occurs because the migration process adds redirect entries to prevent access to dynamic content until the transfer ..

Read more

Introduction WHM allows administrators to easily change the PHP version for individual domains using the MultiPHP Manager feature. Updating the PHP version helps improve website compatibility, security, and performance. Prerequisites Implementation Step 1 Log in to WHM. Step 2 Under the Software section, click on the following: MultiPHP Manager Step 3 Make a note of ..

Read more

Introduction When uploading large files to your website, you may encounter PHP upload size restrictions. This limitation is controlled by the upload_max_filesize directive in PHP configuration settings. By increasing this value in cPanel, you can allow larger file uploads for applications such as WordPress, Joomla, or custom PHP websites. Follow the steps below to increase ..

Read more

Introduction A PHP handler determines how PHP scripts are processed and executed on a web server. Different PHP handlers offer varying levels of performance, security, and resource usage. Common PHP handlers include DSO, CGI, suPHP, FastCGI, LSAPI, and PHP-FPM. Changing the PHP handler can help improve website performance, enhance security, or ensure compatibility with specific ..

Read more

Introduction Changing the PHP version for your main domain and subdomains in cPanel is important for compatibility, performance, and security. cPanel provides an easy way to manage PHP versions using the MultiPHP Manager. Prerequisites Before proceeding, ensure the following: Implementation: Step 1: Log in to cPanel and click on the MultiPHP Manager under the Software ..

Read more

Introduction Enabling PHP extensions allows your applications to use additional functionality such as ZIP, GD, and CURL. In cPanel, you can enable PHP extensions easily using the PHP PEAR Packages feature. Prerequisites Implementation Step 1: Log in to your cPanel account and go to the software section. Step 2: Select the PHP PEAR Package. Step ..

Read more

Introduction WHM allows administrators to manage PHP versions for different domains using the MultiPHP Manager. This helps in maintaining compatibility for websites that require specific PHP versions. Prerequisites Before proceeding, ensure you have: Implementation Step – 1: Log into WHM and type MultiPHP Manager on upper left search box. Step – 2: Select the domain you ..

Read more

Introduction: Sometimes, while working with web applications, you may encounter errors that require modifying PHP configuration values (such as memory_limit, upload_max_filesize, or max_execution_time). Instead of manually editing the php.ini file via SSH and restarting services, WHM (Web Host Manager) provides a simple and user-friendly way to update these values directly from the interface. Prerequisites: Before ..

Read more