#1033: Leading / is missing from routes in lighttpd
----------------------------+-----------------------------------------------
Reporter: aso...@… | Owner: dominik
Type: defect | Status: new
Priority: normal | Milestone: 1.0
Component: routing | Version: HEAD-1.0
Severity: normal | Keywords: lighttpd routing input
Has_patch: 0 |
----------------------------+-----------------------------------------------
Leading / is missing from routing input on lighttpd
reproduced with
{{{
echo AgaviContext::getInstance('web')->getRouting()->getInput();
}}}
Lighttpd config:
{{{
$HTTP["host"] == "example.com" {
server.document-root = "/path/to/document-root/"
url.rewrite-once = (
".*\.(?:css|js|jpeg|gif|png|jpg|php)" => "$0",
"/(.*)" => "/index.php/$1"
)
}
}}}
--
Ticket URL: <http://trac.agavi.org/ticket/1033>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets