streaming-website/build.htaccess

9 lines
197 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
# Allow Caches & Proxies to Cache all resources
ExpiresActive On
ExpiresDefault "access plus 4 hours"