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

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 36c3a83  error 404 at the end
36c3a83 is described below

commit 36c3a8381d82b38d36c27059b62399392d6335f0
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Feb 14 13:10:07 2024 +0100

    error 404 at the end
---
 supplemental-ui/.htaccess | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index 832f348..348380a 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -98,8 +98,7 @@ Redirect 301 /tutorials/ /tutorial/main/tutorial/
 #trying to prevent inifinite redirect
 RedirectMatch 301 "^/wiki(?!/main)(.*)$" "/wiki/main/wiki$1"
 Redirect 301 /download/ /front/main/download/
-# A simple error page to antora folder
-ErrorDocument 404 /front/main/404.html
+
 
 
 # favicon for apidoc
@@ -109,6 +108,9 @@ ErrorDocument 404 /front/main/404.html
 RewriteRule ^/favicon-16x16.png$ /_/images/fav/favicon-16x16.png [R,L]
 RewriteRule ^/favicon-32x32.png$ /_/images/fav/favicon-32x32.png [R,L]
 
+# A simple error page to antora folder
+ErrorDocument 404 /front/main/404.html
+
 # Enable rewrite engine to redirect 404 pages to old netbeans.org 
(137.254.56.26)
 # RewriteEngine On
 # If the requested stuff is not a file ...


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to