jDownloads Support Forum

jDownloads for Joomla 3.x => jDownloads 3.9 (Support ended) => Topic started by: barraclm on 17.05.2021 00:01:19

Title: .htaccess stops all downloads
Post by: barraclm on 17.05.2021 00:01:19
I am having problems with web crawlers and have implemented the Protect your Download Directory option. It has put the following .htaccess file in the downloads directory and users now get a 403 Forbidden error and are no longer able to download files. How do I stop web crawlers from downloading directly from the downloads directly but still give a download capability to users at the front-end?

Options -Indexes

<IfModule mod_authz_core.c>
# Apache 2.4
Require all denied
</IfModule>

<IfModule !mod_authz_core.c>
# Apache 2.2
Deny from all
</IfModule>
Title: Re: .htaccess stops all downloads
Post by: ColinM on 18.05.2021 15:36:59
Hmm! 
I cannot reproduce the problem.
Colin
Title: Re: .htaccess stops all downloads
Post by: barraclm on 18.05.2021 23:49:26
Here's my sequence.
You have probably visited the site after I have removed the .htacess file as I can't leave the site without people being able to download files.

Regards - Michael Barraclough
Title: Re: .htaccess stops all downloads
Post by: ColinM on 19.05.2021 17:09:09
Michael,What I meant is that I cold not reproduce on my test siteWhich Browser are you using - I tested with FirefoxColin
Title: Re: .htaccess stops all downloads
Post by: barraclm on 19.05.2021 20:40:24
Chrome Version 90.0.4430.212 (Official Build) (64-bit)