Bug #204
http=>https problems: http://url.com/example will not redirect to https://url.com/example
| Status: | Fixed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_alias | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
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!
History
10/14/2005 02:00 PM - Anonymous
Experimenting the same bug with FreeBSD port 1.4.6
It redirects instead to the default server.document-root !!!
-- lighttpd