Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
de/building_controller.html Regards, David -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Saturday, October 02, 2004 11:53 AM To: Struts; Tomcat Subject: Search engine friendly URLs Hi Is it possible to make the URLs on my site search engine friendly? I am usi

Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
:53 AM To: Struts; Tomcat Subject: Search engine friendly URLs Hi Is it possible to make the URLs on my site search engine friendly? I am using Tomcat and Struts. I would like to turn: http://localhost/site.do?section=books&subsection=architecture into this: http://localhost/do/site/bo

RE: Search engine friendly URLs

2004-10-02 Thread David G. Friedman
AM To: Struts; Tomcat Subject: Search engine friendly URLs Hi Is it possible to make the URLs on my site search engine friendly? I am using Tomcat and Struts. I would like to turn: http://localhost/site.do?section=books&subsection=architecture into this: http://localhost/do/site/b

Search engine friendly URLs

2004-10-02 Thread Ben
Hi Is it possible to make the URLs on my site search engine friendly? I am using Tomcat and Struts. I would like to turn: http://localhost/site.do?section=books&subsection=architecture into this: http://localhost/do/site/books/architecture Regards, Ben ---