Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Protected downloads

    How does one setup protected downloads?? I have files in my download folder that anyone can get to and download... I am running version 1.3.0.5

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: Protected downloads

    There should be an .htaccess file in download folder that
    contains code similar to below
    Code:
    #prevent directory browsing -- for security
    IndexIgnore */*
    
    AuthType Basic
    AuthName "No access"
    AuthUserFile .htnopasswd
    AuthGroupFile /dev/null
    Require valid-user
    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

 

 

Similar Threads

  1. 1.3.5 Downloads - Expired Link Not stopping download
    By profitshock in forum Bug Reports
    Replies: 3
    Last Post: 15 Sep 2006, 06:45 PM
  2. Community Downloads Thread
    By cloakendagger in forum General Questions
    Replies: 1
    Last Post: 17 May 2006, 05:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •