From f99519d2a0612dbec085665ed01fc56cbebc7f16 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 30 Sep 2018 16:47:05 +0200 Subject: [PATCH] add lighttpd config-uri-protocol in troubleshooting guide. fixes #450 --- doc/TROUBLESHOOTING_GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/TROUBLESHOOTING_GUIDE.md b/doc/TROUBLESHOOTING_GUIDE.md index 61f46ab..bd4c251 100644 --- a/doc/TROUBLESHOOTING_GUIDE.md +++ b/doc/TROUBLESHOOTING_GUIDE.md @@ -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