Published on SetupExample (https://setupexample.com)

Home > Chevereto with Lighttpd clean urls

Chevereto with Lighttpd clean urls [1]

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

Do not add url rewrite but add server.error-handler-404

$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

Tags 
chevereto [2] lighttpd [3]
Submitted by setupexample on Sat, 01/25/2020 - 14:51

Source URL: https://setupexample.com/chevereto-lighttpd-clean-urls

Links
[1] https://setupexample.com/chevereto-lighttpd-clean-urls
[2] https://setupexample.com/tags/chevereto
[3] https://setupexample.com/tags/lighttpd