There is a way to keep a text file on my server, but that only my php and python scripts would be able to read it, and if the user just type the url of the file will obtain a forbitten state?
I'll like to keep it in the website directory, httpdocs (or httpsdocs, maybe).
So doesnt matter if the file extension would be .txt, can be whatever you like more, but i just need that if the users cant go to http://www.example.com/myfile.txt or download it by ftp.
Is this possible, with some apache settings (chmod? maybe not..) or not?