Should this line in htaccess.txt:
# Block access to any software identifying txt, markdown or textile files
RewriteCond %{REQUEST_URI} (^|/)(COPYRIGHT|INSTALL|README|CHANGELOG|LICENSE|htaccess)\.(txt|md|textile)$ [NC,OR]
also include AGENTS, API and CLAUDE e.g.
# Block access to any software identifying txt, markdown or textile files
RewriteCond %{REQUEST_URI} (^|/)(COPYRIGHT|INSTALL|README|CHANGELOG|LICENSE|AGENTS|API|CLAUDE|htaccess)\.(txt|md|textile)$ [NC,OR]
So these are not browser accessible?
Should this line in htaccess.txt:
also include AGENTS, API and CLAUDE e.g.
So these are not browser accessible?