I am moving to a lighttpd server and added the following to the config file as per the documentation:
The top two lines were already in there so I put it below them. All I get is 404's with vBSEO turned on.Code:$HTTP["host"] == "yourdomain.com" { server.document-root = "/path/to/your/public_html/" url.rewrite-once = ( "^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2", "^/forums/(.+)$" => "/forums/vbseo.php" ) }
I'm guessing that I am missing something obvious...



LinkBack URL
About LinkBacks





Reply With Quote