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:

MediaWiki with Lighttpd on Ubuntu

Introduction

In this guide, we will be setting up the latest version of MediaWiki on an Ubuntu server. We will use the lighttpd web server to make the actual content available, php-fpm to handle dynamic processing, and mysql to store our wiki's data.

This guide walks you through installin...

Read more

26th Feb 2019