Recent Topics

1 Mar 30, 2007 15:54    

b2evolution Version: most

Its pretty simple, this is a config that allows the use of stubs on b2evolution using lighttpd.

My stubs are named archive and link.

HTTP["host"] =~ "hughsandeman\.co\.uk" {
        server.name = "HughSandeman"
        server.document-root = "/home/hugh/public_html/"
        url.rewrite-once = (
                        "^/(archive|links)(|/.*)?$" => "/$1.php?$2",
                        "^/(archive|links)(.*)$" => "/$1.php?$2"
                        )

}

Lighttpd is a lightweight (read: fast) webserver. More info at: www.lighttpd.net

HTH

Russ


Form is loading...