Jesse: I have used both apache rewrite rules for this as well as RedirectMatch directives. In current deployments I use the latter but that might not work in all situations.
I have s'thg like this in my (port 80 insecure) apache conf. For "appname" (and assuming you're using Wonder's url rewriting): RedirectMatch 301 /appname https://apps.gseis.ucla.edu/appname$1 Of course, a port 443 conf file exists for the target and and virtual site. Tim UCLA GSE&IS On Jan 13, 2013, at 4:53 PM, Jesse Tayler <[email protected]> wrote: > anyone have a reliable apache rule or other to redirect and force https > access? > > > > _______________________________________________ > 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/lists%40thetimmy.com > > This email sent to [email protected] _______________________________________________ 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]
