fix htaccess

This commit is contained in:
Milan
2023-02-23 21:10:01 +01:00
parent 5b105fb4e4
commit e1ed70cb6b
9 changed files with 0 additions and 57 deletions

View File

@@ -1,17 +1,3 @@
Options -Indexes +FollowSymLinks +MultiViews -ExecCGI
#Order allow,deny
#allow from all
Require all granted
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 10 minutes"
</IfModule>
<IfModule mod_headers.c>
<FilesMatch "\.(jpg|jpeg|png|gif|js|css|swf)$">
# Header set Cache-Control "public"
Header set Cache-Control "max-age=600, public"
</FilesMatch>
</IfModule>