mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -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.
|
||||
|
||||
#### 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user