How to change the PHP Version for Subdomains or Addon Domains

Follow these steps to change the version of PHP used by the Addon Domains or Sub-domains on your server: Navigate to the sub-domain or Addon Domain where you want to change the PHP version. Edit your .htaccess file, or create one if it doesn’t exist. At the top of the file, add the following line […]

Read More

PHP Configurations and what they do

Below are the various configurable options available, each designed to enhance your experience by providing flexibility and customization tailored to meet your specific needs and preferences: 1. `ASP_tag`: Enables the use of ASP-style tags in PHP. 2. `Auto_append_file`: Automatically appends the specified file to the end of the script. 3. `Auto_prepend_file`: Automatically prepends the specified […]

Read More