# var.qafoo = "/home/kore/devel/qafoo/" $HTTP["host"] =~ "rmf\.(?:qafoo)" { server.document-root = qafoo + "RMF/src/htdocs" server.error-handler-404 = "/index.php" url.rewrite-once = ( "(\/styles\/|\/images\/|\/scripts\/)" => "$0", "(?:\?(.*))?$" => "/index.php?$1" ) }