I've read several posts about individuals wanting to use a custom php.ini file. I'm running Joomla and DocMan and would like to upload batch documents in excess of the 2MB php filesize limit. Does anyone have any instructions about modifying the .htaccess file to use a custom php.ini file and can I download or get a copy of the current HostingRails php.ini as I only want to change the max upload size.
Thanks Robert Hall
2008-03-19 09:15 PM
Varun
Posts: 410
Starts: 0
Wiki Edits: 0
Since PHP is running as an Apache module on your server, you need to specify the maximum php_upload size in .htaccess file of your application by adding php_value upload_max_filesize "0M", where 0 is your desired size.
2008-03-19 10:49 PM
Hello Guest! In order to post you must be an active client with us, please
log in
or sign up.