Update .htaccess

This commit is contained in:
Diralytic 2023-08-27 09:41:37 +02:00 committed by GitHub
parent a9f3292f8f
commit d7d0dd5d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Options -Indexes
# Deny access to all *.php
Order deny,allow
Allow from all
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|css.map|js.map)$">
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|woff2|css.map|js.map)$">
Order Allow,Deny
Allow from all
</FilesMatch>