How do I change PHP settings?

You can manage all PHP settings with the help of your local php.ini file. To use it you should just create a php.ini file under a folder with your PHP scripts with the necessary PHP settings.

For example, if you need to change the upload_max_filesize or register_globals for one of your scripts under your public_html, you should create a php.ini file under the folder with the following content:

[PHP]

upload_max_filesize = 8M

register_globals = On

  • 43 Users Found This Useful
Was this answer helpful?

Related Articles

How many email addresses can I create?

You can create 25 spam protected email addresses with our Modo Starter plan, 50 email addresses...

How to upload the content of an add-on domain?

You have to upload the files for an addon domain to its directory. When you create a new...

How to add custom error pages?

Custom error pages can be created from cPanel -> Advanced -> Error pages. Once you...

How can I create different types of web redirect with my cPanel?

1. Begin by scrolling to the Domains category after logging into your control panel 2. Click...

Why a subdomain is connected to the addon domain?

Cpanel works this way. The subdomain is required for the addon to work properly and should not...

Powered by WHMCompleteSolution