This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/phoenix-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f68f1348 PHOENIX-7807 Addendum: fix 404 rule (#17)
f68f1348 is described below

commit f68f1348b31a7cff60a7ec4b4526dd512476f7af
Author: Yurii Palamarchuk <[email protected]>
AuthorDate: Tue May 5 09:27:04 2026 +0200

    PHOENIX-7807 Addendum: fix 404 rule (#17)
---
 output/.htaccess | 2 +-
 public/.htaccess | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index d88a1257..ce0af188 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -1,4 +1,4 @@
-ErrorDocument 404 /404/index.html
+ErrorDocument 404 /404/
 
 <IfModule mod_alias.c>
   # Landing pages
diff --git a/public/.htaccess b/public/.htaccess
index d88a1257..ce0af188 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,4 +1,4 @@
-ErrorDocument 404 /404/index.html
+ErrorDocument 404 /404/
 
 <IfModule mod_alias.c>
   # Landing pages

Reply via email to