damfino52
Member
Posted 1 year ago #
I can upload images fine, but cannot upload videos. Keep getting the HTTP error and crunching message.
I have used an FTP client and put the video into the uploads folder of my wp directory, but control panel/media library cannot find it.
The file is 16mb and is an MP4
namesco is host and zeus is server
How do I fix this?
What is the maximum upload size on your site?
damfino52
Member
Posted 1 year ago #
WordPress uploaded says 100MB
Server that it is on has a 5GB allowance
It could be a security configuration issue. Try adding:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
to your WordPress .htaccess file. Bear in mind that this fix might not work with all hosts. I can't recall if it's been tested on a Zeus server.
damfino52
Member
Posted 1 year ago #
Hi, thanks. But Zeus does not use htaccess or mod_rewrite.
they use rewrite.script
Ah! In that case, you might need to have a word with your hosts.
Hi Damino52,
Did you solve issue with the Zeus server? I have exactly the same problem. Please share.
Many thanks!