Shorter URL
Shorter URL
- Subject: Shorter URL
- From: Dave Elsner <email@hidden>
- Date: Thu, 9 Mar 2006 14:56:29 +1100
Hi,
I know this issue has been covered many times before but I still
can't seem to find a solution to:
How to remove the "cgi-bin/WebObjects/appName.woa" from the URL
permanently ?
I have set up Apaches modRewrite so I can navigate to the Domain
name, but as soon as I navigate from the front page the site the URL
goes back to using " cgi-bin/WebObjects/appName.woa" How came I
change the application so that all hyperlinks and form submit return
a URL like:
http://mydomain/appname.woa/blahblah that will be translated by
apache to http://mydomain/cgi-bin/WebObjects/appname.woa/blahblah
My rewrite rule would look some thing like: RewriteRule ^/
appname.woa.* /cgi-bin/WebObjects/appname.woa$1 [L,PT]
Can I do this in appendToResponce ? pageWithName? or changing the
Monitors path to the WO Adaptor?
Regards
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden