docs

Various Yii 3.0 related documentation

View the Project on GitHub yiisoft/docs

Configuring web servers: lighttpd

To use lighttpd >= 1.4.24, put index.php in the web root and add the following to the configuration:

url.rewrite-if-not-file = ("(.*)" => "/index.php/$0")