Because it conflicts with the /WebObjects that identifies a request to the application? How does the adaptor know which is to go to the app and which is to be processed by Apache?
This is correct ... We ended up doing urls like: http://www.nlisthelp.com/wo/0.2.5 http://www.nlisthelp.com/wa/whatever
and we use Apache rewrite rules to turn it into /cgi-bin/WebObjects internally (i.e. without a redirect), then we override ERXApplication's rewriteUrl method to rewrite all the URL's to this format.
ms _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
