Newbie-Q. I have a gaggle of URLs of form /archive/<number>.html
I want to update & serve their content dynamically; it's obvious how to get almost-there with URLs like /archive/?number=<number> but I want the old URLs to work. It's a MovableType site, so there are probably other people with my problem. Is there a plausible answer in TG, or do I need to (say) run behind Apache and use mod_rewrite on those URLs?

