Hello,
I have lighttpd regule :
And don't work for me !$HTTP["host"] == "(www\.)?myforum\.pl" {
server.document-root = "/home/myforum/public_html/"
url.rewrite-once = (
"^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
"^(/(admincp|modcp|clientscript|cpstyles|images)/.*)$" => "$1",
"^(.*clear\.gif)$" => "$1",
"^(archive/.*)$" => "/vbseo.php?vbseourl=$1",
"^/(.+)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",
"^/(.+)$" => "/vbseo.php?vbseourl=$1"
)
}
Please help me![]()



LinkBack URL
About LinkBacks






Reply With Quote