streaming-website/build.htaccess

11 lines
233 B
Text
Raw Normal View History

2014-11-09 22:47:50 +00:00
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>