mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
add lighttpd config-uri-protocol in troubleshooting guide. fixes #450
This commit is contained in:
parent
aadb48832f
commit
f99519d2a0
@ -41,6 +41,10 @@ You can adapt that to your system.
|
|||||||
|
|
||||||
PHP FastCGI must be running. See the php-fcgi section under Nginx.
|
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
|
### Cherokee
|
||||||
|
|
||||||
### PHP
|
### PHP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user