add lighttpd config-uri-protocol in troubleshooting guide. fixes #450

This commit is contained in:
Claude 2018-09-30 16:47:05 +02:00
parent aadb48832f
commit f99519d2a0

View File

@ -41,6 +41,10 @@ You can adapt that to your system.
PHP FastCGI must be running. See the php-fcgi section under Nginx.
#### Lighttpd + mod_rewrite requires $config['uri_protocol'] = 'QUERY_STRING'
If you're using Lighttpd and mod_rewrite, you need to set $config['uri_protocol'] = 'QUERY_STRING' in htdocs/application/config/config.php
### Cherokee
### PHP