- From: Christopher William Turner <cwturner@cycom.co.uk>
- Date: Sun, 25 Apr 1999 15:48:44 -0400 (EDT)
- To: "www-jigsaw@w3.org" <www-jigsaw@w3.org>
I have a servlet which generates an html formatted entry from a database. It currently accepts a URL like this:- http://www.trade-submit.com:8001/t?8154082 I would like the URL to be indistinguishable from a static html file. e.g http://www.trade-submit.com:8001/t/8154082.html How can I do this? The reason is the search engines don't seem to like the "?" in the URL. I don't want to actually generate static files since I want to give a genuine live version of the data when the user uses the URL (so my servlet must be called). -- Chris Turner, http://www.cycom.co.uk/
Received on Monday, 26 April 1999 04:03:20 UTC