View Single Post
  #3 (permalink)  
Old 07-23-2008, 05:56 PM
nikauweb nikauweb is offline
Newbie
 
Join Date: Jul 2008
Posts: 4
Rep Power: 0
nikauweb is on a distinguished road
Default 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>
Reply With Quote