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
Related Articles
Powered by WHMCompleteSolution