diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ecb275a --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ +ErrorDocument 503 /index.html + +RewriteEngine On +RewriteBase / + +RewriteCond %{REQUEST_URI} !index\.html$ +RewriteRule .* - [R=503,L] +