I have a web application of a conference that has been closed years ago. There is no real need for the application to be running any more so I'd like to create static pages from the dynamically generated pages.
I ran wget http://site.name.org/ and now I have bunch of files called talk.html?id=77 with numbers from 1-300
How can I configure Apache to map the request of /talk.html?id=77 to the actual file that is called talk.html?id=77 ?
(Using Apache 2.2 )