.htaccess added ico and css.map

This commit is contained in:
OpenXE
2023-05-31 14:45:22 +02:00
parent dcedcec0f2
commit 05699986eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1252,7 +1252,7 @@ Options -Indexes
# Deny access to all *.php
Order deny,allow
Allow from all
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js)$">
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|css.map)$">
Order Allow,Deny
Allow from all
</FilesMatch>