AntCMS/configs/lighttpd.conf

9 lines
198 B
Plaintext

$HTTP["host"] == "example.com" {
server.document-root = vhosts_dir + "/example.com/htdocs"
url.rewrite-final = (
"^/Themes/[^/]+/Assets/.+$" => "$0",
"^/(.+)$" => "/index.php/$1"
)
}