got it!

thanks --

some confusion over ssl, https vs. http and perhaps a few little things, all in 
order once I look after sleeping.

I'd guess I should have a rule that prevents the site from being accessed 
without SSL ?

I'm having a spot of trouble accessing some screens, an error or perhaps a 
cookie issue.

my session avoids session urls and uses session cookies if that matters.

I used this set of rules which seems to work well.



        RewriteRule ^/post /apps/WebObjects/WOMan.woa/wa/post [last,passthrough]
        RewriteRule ^/login /apps/WebObjects/WOMan.woa/wa/login 
[last,passthrough]
        RewriteRule ^/join /apps/WebObjects/WOMan.woa/wa/signup 
[last,passthrough]

        RewriteRule ^/woman(.*)$ /apps/WebObjects/WOMan.woa$1 [PT,L]


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to