#1033: Leading / is missing from routes in lighttpd
------------------------------------+---------------------------------------
Reporter: aso...@… | Owner: dominik
Type: defect | Status: closed
Priority: normal | Milestone: 1.0
Component: routing | Version: HEAD-1.0
Severity: normal | Resolution: invalid
Keywords: lighttpd routing input | Has_patch: 0
------------------------------------+---------------------------------------
Changes (by david):
* status: new => closed
* resolution: => invalid
Comment:
You need to do
{{{
url.rewrite-once = (
"^/my/subdir/([^?]*)(?:\?(.*))?$" => "/my/subdir/index.php?/$1&$2"
)
}}}
Leave out "/my/subdir" if it's in the document root
--
Ticket URL: <http://trac.agavi.org/ticket/1033#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets