rfc-index
rfc-index copied to clipboard
URL navigation
- .../rfcs should not redirect to .../rfcs/index.html
- .../rfcs/team and .../rfcs/team/tag should open their respective sub-menus and show the RFC list; opening the sub-menu should update the URL
- back and forwards should respect the above
- rfcs/0000 should work (i.e., without the .html)
Once we have URLs for tags and teams, then those data on the RFC pages should be links to those URLs
URLs using just the RFC number (e.g., https://www.ncameron.org/rfcs/2093) now work. I fixed this in the web server rather than in the code. For Apache, I added the following rewrite rule: RewriteRule /rfcs/([0-9]+)$ /rfcs/$1.html [L].