$HTTP["host"] == "
www.example.com" {
server.document-root = "/www/
www.example.com/html/web/"
alias.url = (
"/sf" => "/usr/share/php/data/symfony/web/
sf/",
"/cms/sf" => "/usr/share/php/data/symfony/web/
sf/"
)
url.rewrite-once = (
"^/cms/([^.]+)$" => "/cms/index.php/$1",
"^/cms/$" => "/cms/index.php",
"^/cms$" => "/cms/index.php",
"^/(.*\..+(?!html))$" => "$0",
"^/(.*)\.(.*)" => "$0",
"^/([^.]+)$" => "/index.php/$1",
"^/$" => "/index.php"
)
}
(posted here since Wiki is read-only)