diff --git a/src/.vuepress/public/.htaccess b/src/.vuepress/public/.htaccess new file mode 100644 index 000000000..7c7176574 --- /dev/null +++ b/src/.vuepress/public/.htaccess @@ -0,0 +1,7 @@ +RewriteEngine On + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /404.html [L] + +ErrorDocument 404 /404.html