Jump to content

Preventing people from downloading files


Schlo_50

Recommended Posts

Hi there, (Im not sure if this is the correct place for this so please remove if not)

 

I have a website made mainly from php and css files. Also, stored on the server are .DAT and .txt files that store small amounts of information. I need to block people from typing in the url path to these .txt and .DAT files and downloading them. I've searched the forum and found out this can be done with .htaccess.

 

I have tried using this but it's not working..I can still type the url and download the files. Could someone look at my .htaccess please?

 

<FilesMatch "(.*)\.(DAT|txt)$">
Order Allow,Deny
Deny from all
</FilesMatch>

 

Thanks in advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.