Hello,
We are transitioning from apache to lighttpd, and I've spent probably 8 hours trying to figure the configuration out. When I turn off VBSEO everything works fine.
the site does not have a forum directory so the forum lives on the root.
$HTTP["host"] == "mywebsite.com" {
server.document-root = "/var/www/mywebsite.com"
url.rewrite-once = (
"^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
"^(/(admincp|modcp|clientscript|cpstyles|images|custom avatars)/.*)$" => "$1",
"^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
"^/(.+)\?(.*)$" => "/vbseo.php?$2",
"^/(.+)$" => "/vbseo.php"
)
}
The behavior is really wierd if you open a homepage it keeps on loading same html without stop, so its like an endless loop of html loading, no redirects. If you go to the
http://www.mywebsite.com/vbseo.php?v...ad.php&t=47483 it changes url correctly but it doesn't load any content.
Has anyone experience anything like this?
I'm also including mod_redirect and mod_rewrite in lighttpd.config
Thanks!


LinkBack URL
About LinkBacks





Reply With Quote
