3ce0896af5
Tested and working :)
8 lines
198 B
Text
8 lines
198 B
Text
$HTTP["host"] == "example.com" {
|
|
server.document-root = vhosts_dir + "/example.com/htdocs"
|
|
|
|
url.rewrite-final = (
|
|
"^/Themes/[^/]+/Assets/.+$" => "$0",
|
|
"^/(.+)$" => "/index.php/$1"
|
|
)
|
|
}
|