Update .htaccess
This commit is contained in:
parent
a9f3292f8f
commit
d7d0dd5d93
|
|
@ -4,7 +4,7 @@ Options -Indexes
|
||||||
# Deny access to all *.php
|
# Deny access to all *.php
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
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
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue