feat: project scaffolding, database schema, config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
uploads/.htaccess
Normal file
7
uploads/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
# Deny all direct access to uploads
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
|
||||
<FilesMatch "\.(?:pdf|jpe?g|png|doc|docx)$">
|
||||
Allow from all
|
||||
</FilesMatch>
|
||||
Reference in New Issue
Block a user