This is an automated email from the ASF dual-hosted git repository.
bryancall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ccf917e Redirect /tools/via to /via.html (#14)
ccf917e is described below
commit ccf917ee840bdef1965fc6abe3c0b6168524f6f7
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jul 16 15:31:53 2026 -0700
Redirect /tools/via to /via.html (#14)
The Via decoder ring page moved from /tools/via to /via.html, leaving the
old URL (still referenced by published docs and external links) returning
404. Add a 301 redirect so those links resolve.
---
content/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/.htaccess b/content/.htaccess
index 35d2a08..3e8e686 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,3 +1,6 @@
Options +Includes +MultiViews
AddOutputFilter INCLUDES .html
DirectoryIndex index
+
+# The Via decoder ring moved from /tools/via to /via.html; keep old links
working.
+Redirect 301 /tools/via /via.html