Can you give a screenshot of that direct link? Because I don't see it when I link to files.
About the .htacces and high size files, you might try a php.ini in your webroot.
Put these lines in your php.ini:
upload_max_filesize = 10M
post_max_size = 10M
This is for 10MB, adjust to your needs. If this also does not work, or causes a "error 500 internal server error", remove the php.ini and contact your host to increase the uploadsize.
|