T'as forcèment une couille qqe part, voila ma conf :
url.rewrite-once = (
"wan\.getInfo$" => "/api/1.0/wan.xml",
"system\.getInfo$" => "/api/1.0/system.xml",
"ftth\.getInfo$" => "/api/1.0/ftth.xml",
"^(/(lib|media|ws|tests)/.*)" => "$0",
"^/([^\?]+)(\?(.*))?$" => "/index.php/$1?$3"
)
$HTTP["scheme"] == "http" {
$HTTP["url"] !~ "^/index.php/error/" {
$HTTP["url"] !~ "^/api/" {
$HTTP["host"] =~ "^(.*)$" {
url.redirect = (
"^(.*)$" => "https://%1$1"
)
}
}
}
}
(j'ai pas changé la 2nde partie, peut être une piste ?)