URL rewriting
URL rewriting
- Subject: URL rewriting
- From: Dev WO <email@hidden>
- Date: Sat, 10 Apr 2004 21:09:21 +0200
Hi all,
I have a web app with defined sections (which correspond to the menu)
in it. The web app is also localized.
I'd like to use the mod_rewrite of Apache to be able to call these
pages with a "static" url (which would also take care of the language).
I'd like to call "/fr/index.html" that would load the Main component of
the web app with French language,
"en/solutions1.html" that would load the Solutions1 component with
English language, etc
I know there's an Apache part (mod_rewrite) which should belong to an
Apache mailing list, but I couldn't find any "example" talking about a
WO rewrite...So maybe someone in the list could help me figure this out
(and I think the handling of the localized versions adds some
complexity).
There's hopefully a WebObjects part as how to start a session from
somewhere in the app (not nesseraly the Main component) with a specific
language. I know it's possible as Apple is doing something like this to
go from a product's page at the Apple website to the product's page at
the Apple Store website.
Thanks a lot for your help guys;)
Xavier
_______________________________________________
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.