Need to migrate your e-mails to a new server? Free and paid versions of our online tool available.
Hero Image

Chevereto with Lighttpd clean urls

Here is solution how to get clean urls working with Chevereto and Lighttpd

$HTTP["host"] =~ "example.com" {
server.document-root = "/usr/local/www/example.com/http/"
        server.error-handler-404 = "/index.php"
}

This also works with admin and api url

Other Related Posts: