suppose i have Google.com/index.php << should be visible to all but i want specific folder e.g. Google.com/includefiles/ to be hidden from others i know about robots.txt (but its for search engine) i need solutions so that i can disallow Direct access to such directories to public. That folder doesnt have any index page, so it shows direct file structure.(and files can be download, thats what my problem is) I am on CPanel on Liteon server Please give me solution. Thanks in advance
You could: - Use an equivalent .htaccess to deny access to that folder - Create a blank index.php file (and hope people don't guess your filenames) Hope that helps you