César Fernández Gago escribió:
> Eduardo Orive wrote:
>> hi again,
>>
>> I need to do something similar to my old apache config, the matter is
>> redirect  connections from http to https like this:
>>
>>         Request "http://mail.ultimaorbita.com:81/"; {
>>                 Handler redir {
>>                         URL https://mail.ultimaorbita.com
>>                 }
>>         }
>>
>> :81 is for testing needs, anyway it sends me to the root instead of the
>> desired url. any idea?
>>   
>
>    You can try the "OnlySecure" parameter.. it will return a 426
> upgrade error.
>
> http://www.0x50.org/wiki/index.php?title=Behavior_configuration#OnlySecure
>
>
Yes but there should be a way to make any automatic redirection, i'm
trying with this but doesn't works

Handler redir {  rewrite "http://(.*)/?" "https://$1"; }
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to