aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2018-09-30 16:47:05 +0200
committerClaude <longneck@scratchbook.ch>2018-09-30 16:47:05 +0200
commitf99519d2a0612dbec085665ed01fc56cbebc7f16 (patch)
treec49498dcdc1ba56366e88fac67813ef7f8f23987 /doc
parentaadb48832f7d92e769768254bbf1b7a2c6516999 (diff)
downloadstikked-fit-f99519d2a0612dbec085665ed01fc56cbebc7f16.tar.gz
stikked-fit-f99519d2a0612dbec085665ed01fc56cbebc7f16.tar.bz2
stikked-fit-f99519d2a0612dbec085665ed01fc56cbebc7f16.zip
add lighttpd config-uri-protocol in troubleshooting guide. fixes #450
Diffstat (limited to 'doc')
-rw-r--r--doc/TROUBLESHOOTING_GUIDE.md4
1 files changed, 4 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy