volt-newsroom-scraper-report/reports
DJP 0ce574953e Add comprehensive .htaccess security files
ROOT DIRECTORY (.htaccess):
- Deny all access (root shouldn't be web-accessible)
- Protect all files by default

WEB DIRECTORY (web/.htaccess):
- Protect .env, .json, .md, .txt files
- Block test/debug files from web access
- Prevent parent directory traversal
- Disable directory listing
- Updated PHP timeout settings
- Security headers

REPORTS DIRECTORY (reports/.htaccess):
- Allow PDF downloads only
- Deny directory listing
- Block access to log files and other non-PDF files

SECURITY: Prevents exposure of sensitive files like service_account.json, .env, API keys
2026-01-07 14:28:45 -05:00
..
.htaccess Add comprehensive .htaccess security files 2026-01-07 14:28:45 -05:00