This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new cedb07b Add redirect
cedb07b is described below
commit cedb07bd3d8c7f443fce0b203b4c37d52ae977e3
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Nov 1 22:48:17 2023 +0100
Add redirect
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..d0938fc
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule "^$" "/log4j-audit/latest/" [R]