Files
gestoria-lp/uploads/.htaccess
Gestoría LP 10bc97e8b9 feat: project scaffolding, database schema, config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 23:25:55 +00:00

8 lines
146 B
ApacheConf

# Deny all direct access to uploads
Order deny,allow
Deny from all
<FilesMatch "\.(?:pdf|jpe?g|png|doc|docx)$">
Allow from all
</FilesMatch>