11 lines
312 B
ApacheConf
11 lines
312 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
|
|
|
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf|woff2)$">
|
|
Header set Cache-Control "max-age=8380800, public"
|
|
</filesMatch>
|
|
|
|
AddType application/manifest+json .webmanifest
|