vBSEO Lua
run your vBulletin with vBSEO on Lighttpd for best performance. Use following lua with mod_magnet for the url-rewriting:
-- VB4SEO LUA / SEO-URL / USER-FRIENDLY
-- @author Günter Grodotzki
-- @version 20101001
-- not-a-physical-file
if (not lighty.stat(lighty.env["physical.path"]) or string.match(lighty.env["uri.path"], "\.php$")) then
lighty.env["physical.rel-path"] = "vbseo.php"
lighty.env["physical.path"] = lighty.env["physical.doc-root"] .. lighty.env["physical.rel-path"]
end