How do I do this in my .htaccess file for a specific directory in my document root?:
- deny all access to anything (including the .htaccess too)
- return a 404, not a 403 error
- no files or subdirectories should be accessible or detected by humans or bots
- only php access by the local host would be allowed
Seems like it would be simple. This works but throws a 403 not a 404:
deny from all