This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site-builder.git
commit 289ab0f9314ae7411e38fbf12f9774569fd435a8 Author: Volker Lamp <[email protected]> AuthorDate: Fri Feb 13 16:18:04 2026 +0100 Added .htaccess --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..85c7f6f --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +# Redirect URLs of the legacy Confluence-based Tapestry Website to the new Antora-based Tapestry Website + +Redirect 301 /configuration.html /userguide/current/configuration.html
