Use CMS redirects for support tutorials

This commit is contained in:
Codex
2026-04-28 09:22:18 +08:00
parent 98e32a4385
commit 9a55b874a5
14 changed files with 175 additions and 4 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ Locale is inferred from the user's current site locale, not from the legacy URL
## Footer / Secondary Links
| Legacy | New | Code |
|---|---|---|
| `/Support/tutorial.html` | `/{locale}/support/tutorial` | 301 |
| `/Support/tutorial/target/<HASH>.html` | `/{locale}/support/tutorial` | 301 |
| `/Support/tutorial.html` | `/{locale}/support/tutorial` | 301, managed in CMS Redirects |
| `/Support/tutorial/target/<HASH>.html` | `/{locale}/support/tutorial` | 301, managed in CMS Redirects |
| `/Contact/afterservice.html` | `/{locale}/support/warranty` | 301 |
| `/Contact/distributor.html` | `/{locale}/dealers` | 301 |
| `/Contact/oem.html` | `/{locale}/support/contact` | 301 |