How do I customize PHP configuration?
You can create your own php.ini in a directory where you want customized PHP configuration. Here is an example php.ini you may use:
register_globals = On
upload_tmp_dir = /home/user/public_html/temp
If you want customized PHP in multiple directories, you must upload your php.ini to every directory with the PHP scripts.
To test your configuration, create a new .php file with this code:
<? phpinfo() ; ?>
Note: if you need to change upload_max_filesize, memory_limit, please submit a support ticket with the reasons of your request.
Got Questions? Need Assistance?
Submit a Support Ticket
Login and submit a support ticket to have our technical support
assist you:
|
|
|