I bought a wordpress plugin that stores and uses some info I want to keep private in a text file within its own plugin directory and I don't really want people having the ability to find it and download. I put blank index files in the wp-content, plugins, and specific plugin directory to stop directory browsing, but I'm afraid if someone knew about the plugin and the file structure they could easily browse to it. Apparently the file name cannot be changed because it will stop access for the plugin. Not good.
Is there a way to lockdown, either with .htaccess or file permissions the file so that it cannot be grabbed, say with a browser, yet allow wordpress to use it for the plugin? Basically need to restrict access to wordpress only being able to read and write to it. Is it possible?
#browsing #directory #file #plugin #restrict #wordpress
yes, I am....