nykfank / GetSimple_lighttpd

lighttpd Configuration for GetSimple CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lighttpd configuration for GetSimple CMS

$HTTP["host"] =~ "domain_for_GetSimple" {
        server.document-root = "/var/www/path_for_GetSimple"
        index-file.names = ( "index.php" )
        url.access-deny = ( ".xml" )
        url.rewrite = ( 
                "/(admin)/?(.*)" => "$0", 
                "/([A-Za-z0-9_-]+)/?$" => "/?id=$1", 
                "/([A-Za-z0-9_-]+)/\?(.+)$" => "/?id=$1&$2" 
        )
}

About

lighttpd Configuration for GetSimple CMS