This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iotdb-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e12e0cd974c Site checkin for project iotdb-website
e12e0cd974c is described below
commit e12e0cd974c2f759507c729b0508997ec7d7ed02
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 02:10:57 2025 +0000
Site checkin for project iotdb-website
---
.htaccess | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 00000000000..7c717657429
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,7 @@
+RewriteEngine On
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule . /404.html [L]
+
+ErrorDocument 404 /404.html