Re: problems with download
Solved problem and got download working - not very happy with it, it was joomla mod_security, if you put the code below into .htaccess you basically destroy the protection, don't know where to go from here, is there a patch needed or do you throw caution to the wind.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>
|