Protect online files
Moderator: General Moderators
Protect online files
I need to protect my files from any download. I know that some software can download the whole website. In case this happen to my website, I need to protect the files in folder "X". What is the best way to do this? Thanks in advance.
Re: Protect online files
I need to upload and download files from this folder
Re: Protect online files
You can use php to upload and download. It doesn't use the HTTP protocol with local files so it doesn't matter.
Re: Protect online files
Thanks