HTACCESS permission

Alright, so all said and done i need to add

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

and

memory_limit = 32M
upload_max_filesize = 15M
post_max_size = 20M

the third level .htaccess i can edit. the domain level i can’t touch. I tried changing the permissions with chmod with no luck. if the file size is policy…no worry i can trim the video. but i need the filetypes in the .htaccess

Setting the PHP settings won’t work, we configured those with care and you can’t increase the upload size. You also can’t decrease the memory limit.

You can’t change the .htaccess file on the root level either, however you should be able to put your own rules in the .htaccess in your htdocs directory. Are you sure you can’t put any rules there either? If there is no .htaccess file there, you can simply create one.