Lighttpd help

Status
Not open for further replies.

Xman

Active Member
504
2009
0
0
For vbseo i need to enable the mod rewrite which i have accomplished

but it also rewrites everything including when the shoutbox is used so shout doesnt work is there a way to exclude shout

Code:
$HTTP["host"] == "awarez.org" {
 server.document-root = "/home/admin/awarez.org/"
 url.rewrite-once = (
  "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
  "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1",
  "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
  "^/(.+)\?(.*)$" => "/vbseo.php?$2",
  "^/(.+)$" => "/vbseo.php"
 )
}
thats the code i have to add to lighttpd.conf
 
6 comments
Well, If I'm not mistaken, then vBSEO provides .htaccess for Apache, LightTPD, LiteSpeed and many others. Why don't you just upload it.
(Sorry If I'm wrong, because I have experience of the past versions of vBSEO, don't know about the new version)
Else, read the DOCs, and you'll find the answer.
--------
Alternative :
Install Cyb-ChatBox :) It works the best.
 
If you would like, contact on MSN or AIM, and I can assist you with this. I have installed vBSEO for a couple of friends, they had many mods, even a chatbox. I am happy to lend a hand and I am pretty sure I can get you set up correctly.
 
If you would like, contact on MSN or AIM, and I can assist you with this. I have installed vBSEO for a couple of friends, they had many mods, even a chatbox. I am happy to lend a hand and I am pretty sure I can get you set up correctly.

Its lightTPD, not Apache xD
Just incase, you forget it lol
Anyways, good that you're helping :)
 
ya i may have to change the shoutbox out it is the only conflict i have as it rewrites the shout input url unless there is a way to exclude the rewrite from shout everything else works fine
and thanks for the offer

ya blaze that is the supplied edit for lightttpd
 
Status
Not open for further replies.
Back
Top