download link not secure
-
I have download monitor set up on several websites. I think I have the same settings on all the sites.
I have unprotected the dlm_uploads folder on all the sites to allow the downloads to load in browser.
On this one, when I go to the download (https://gmu20.faimerdistancelearning.com/download/33/) it redirects securely to https://gmu20.faimerdistancelearning.com/wp-content/uploads/dlm_uploads/Harvard.pdf
However, on this one, exactly the same file, exactly the same everything, when I go to the download (https://2020.faimerdistancelearning.com/download/399/) it redirects not secure (http)
https://2020.faimerdistancelearning.com/wp-content/uploads/dlm_uploads/Harvard.pdfThe text of the .htaccess file is the same on both and it is
# Apache 2.4 and up
<IfModule mod_authz_core.c>
Require all granted
</IfModule># Apache 2.3 and down
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from all
</IfModule>I am at a loss! Any ideas?
The page I need help with: [log in to see the link]
The topic ‘download link not secure’ is closed to new replies.