Just another quick post :
- Ubah setting $config['uri_protocol'] ke REQUEST_URI
- Edit file nginx.conf untuk virtual host yg pakai CI. Rewrite rule :

if (!-e $request_filename) {
rewrite ^(.*) /index.php?$1 last;
}

- Restart nginx

Post a Comment

*
*