
uhlar at fantomas
May 11, 2012, 6:33 AM
Post #2 of 2
(108 views)
Permalink
|
|
Re: Cannot redirect or rewrite from http to https.
[In reply to]
|
|
On 30.04.12 12:34, SEAN MCELROY wrote: >I am using a httpd server to provide access to a flex app deployed on > tomcat. The application must be accessed via https and I have > managed to do this, however the application remains available over > http. I have tried all sorts of different approaches but simply > cannot rediect from http to https. what approaches? Dimply put RedirectMatch .* https://... to proper <VirtualHost> directive and you should've been done. -- Matus UHLAR - fantomas, uhlar [at] fantomas ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Windows 2000: 640 MB ought to be enough for anybody --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|