Bug #204
closedhttp=>https problems: http://url.com/example will not redirect to https://url.com/example
Description
http://url.com/example redirects (301) to https://url.com/example is not working for me
VERSION: lighttpd 1.3.16-2, Fedora Core 4
using simple-vhost
ssl working fine for normal calls
redirects are working fine for normal calls
----------------------------------------------------------
server.bind = "localhost"
$SERVERsocket == "192.168.0.2:80" {
url.redirect = ( "^/sec/.*$" => "https://www.whatever.com/sec/" )
}
This does not redirect http=>https but simply calls the http version instead
Any help would be much appreciated.
Thanks!
Updated by Anonymous over 19 years ago
Experimenting the same bug with FreeBSD port 1.4.6
It redirects instead to the default server.document-root !!!
-- lighttpd
Updated by Anonymous over 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
I just didn't loaded mod_redirect...
/me <= I'm with stupid
Please destroy my tickets
-- lighttpd
Also available in: Atom