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 ..
Tag : PHP
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 ..
Introduction The PHP memory_limit setting controls the maximum amount of memory a PHP script can consume. Increasing this value in cPanel can help resolve issues related to memory exhaustion for websites and applications. Prerequisites Implementation How to Modify PHP memory_limit for Your Website in cPanel Step 1:Log in to your cPanel account. Step 2:Click MultiPHP ..
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 ..
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 ..
Introduction The upload_max_filesize directive in PHP controls the maximum size of files that can be uploaded to a server. In a cPanel environment, this limit is important for websites that handle media uploads such as images, videos, backups, or large documents. If the limit is too low, users may encounter upload errors. cPanel provides easy ..
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 ..
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 ..
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 ..
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 ..
Recent Comments