Re: apache RewriteEngine
Re: apache RewriteEngine
- Subject: Re: apache RewriteEngine
- From: Jesse Tayler <email@hidden>
- Date: Mon, 30 Jan 2012 19:17:52 -0500
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden