|
Main page Web Hosting Tutorials
Billing Issues
Community Forums
Network Status
Contact WestNIC
How to manipulate default PHP settings via local php.ini fileMost of our servers are built with PHP SuEXEC support. It's possible to use own php settings. For example, default upload size is set to 2M (PHP5) or 2097152 (PHP4). But you need to upload at least 5 MB file... 1. Create php.ini file in Notepad or any other text editor
upload_max_filesize = "5242880" If your server supports PHP5, you may use "5M" instead of "5242880" then save your file 3. Upload your file into public_html folder and to your script directory. © Copyright 20022008 WestNIC.net |