Hey all,
on my host I have put a .htaccess file in my "files" folder to stop other websites being able to download direct.
"
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName DenyViaWeb
AuthType Basic
<Limit GET>
order allow,deny
deny from all
</Limit>
"
The only thing is I can not access the files either by the browser.
Is there at all a script I could use to download the files in there?
Thanks for your time