aboutsummaryrefslogtreecommitdiff
path: root/build.htaccess
blob: f939e0f3bde53f5242a61f3a12a740f0eaa0e25d (plain)
1
2
3
4
5
6
7
8
9
10
DirectoryIndex index.html

# Show a known page in case of as miss
ErrorDocument 404 /404.html

<IfModule expires.c>
	# Allow Caches & Proxies to Cache all resources
	ExpiresActive On
	ExpiresDefault "access plus 4 hours"
</IfModule>