I have a couple of Joomla installs and am running into the 2MB default upload limit on files. I need to upload audio files that are between 5MB and 10MB.
From what I've gathered, on a shared server, the php.ini file cannot be modified. I know that some values can be overridden by the .htaccess file in the local domain folder, but that does not seem to work for the upload_max_filesize value.
I submitted a ticket asking for a custom php.ini file for my domain only (I read somewhere you could do this). The helpdesk responded by saying they put a phpinfo.php file in my folder (not sure why?) and then went on to say that the 2MB could not be changed.
Granted I could just upload my files via FTP, but the site is for an end user with limited computer skills so I'm trying to make this as easy as possible.
Is there any way to change the 2MB limit on a shared server, or must I move to a VPS plan?
From what I've gathered, on a shared server, the php.ini file cannot be modified. I know that some values can be overridden by the .htaccess file in the local domain folder, but that does not seem to work for the upload_max_filesize value.
I submitted a ticket asking for a custom php.ini file for my domain only (I read somewhere you could do this). The helpdesk responded by saying they put a phpinfo.php file in my folder (not sure why?) and then went on to say that the 2MB could not be changed.
Granted I could just upload my files via FTP, but the site is for an end user with limited computer skills so I'm trying to make this as easy as possible.
Is there any way to change the 2MB limit on a shared server, or must I move to a VPS plan?