Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Protection for the UPLOADS folder?
#1
i would like to offer some downloads which i first upload into the upload folder. Then i create a page and have to put the complete path for download the file that way:
Reply
#2
Okay, meanwhile i've tried for my own. Perhaps i got a working solution by script and .htaccess, which should be like this:

Code:
<Files *>
deny from all
</Files>

<Files *.jpg>
allow from all
</Files>

The script operates essentially via HTTP_REFERER.
Reply




Users browsing this thread: 1 Guest(s)