Re: Using mod_rewrite
Re: Using mod_rewrite
- Subject: Re: Using mod_rewrite
- From: Amorya North <email@hidden>
- Date: Tue, 13 Jul 2004 20:39:21 +0100
On 13 Jul 2004, at 8:15 pm, Michael Henderson wrote:
The usual way : use all your own components for hyperlinks, forms etc.
and develop with the app deployed so you always go thru your local
apache with
mod_rewrite. You can make these components so you switchable between
WO and rewrite URL format.
- this is not so bad, you can configure the apache adaptor to read
the list of apps from an xml config file.
I have a config file with my app and a port of 9093 I run the app
in XCode with -DWOPort 9093
This means that I can run in XCode, but go thru apache and test the
rewriting at the same time.
So, how hard would this be to do? I'm a newbie at WO... the reason I'm
askign questions like this now is because I want to plan ahead with
regards to things like this. Is this kind of thing something I can
safely leave until version 1.1 of my app? Or is it something I need to
think about from the beginning and have the new component written?
Amorya
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.