# Admin directory — disable directory listing Options -Indexes # Block direct access to any PHP files OTHER than index.php (auth is handled by JS + API) # All legitimate admin PHP is in /api/ — nothing in /admin/ should be a PHP script Require all denied Order deny,allow Deny from all