I'm wondering if anyone can help me please. I have some text files on my server, which run with a Wizard. The issue I am having is that I'm unable to hide the text files on the web browser.
I've managed to hide the other folders needed, but these are compressed folders. I have worked really hard on coding these txt files, and with the current configuration anyone can just copy them. I don't want them to be accessible at all via web browser but I still need the Text files to work, as they are required for my Wizard. Is it possible, to have it show "403 Access Denied" but the text file still work with my Wizard? The txt files are currently in my html/builds folder.
I've been stuck on this for days, and can't seem to get an answer. I've even opened a support ticket with my host, but they keep showing me how to password protect it, and when I try that option the text files no longer work on my wizard.
My .htaccess currently has the following code in the html folder:
Options +Indexes
IndexIgnore /Addontexts
IndexIgnore /builds
IndexIgnore /apktexts
IndexIgnore /insomniacsglobalbuild.zip
IndexIgnore /insomniacspluhbuild.zip
IndexIgnore /insomniacsminigreenbuild.zip
IndexIgnore /apks
IndexIgnore /themedbuilds
IndexIgnore /apkz
IndexIgnore /Advanced.txt
IndexIgnore /addons.txt
IndexIgnore /apk.txt
IndexIgnore /autobuilds.txt
IndexIgnore /notify.txt
IndexIgnore /theme.txt
IndexIgnore /youtube.txt
Any help would be very much appreciated.