And if so, are you able to use CI without adding the query string after index.php to view your controller methods?
Looking all over the net, I see instructions on “how to get CodeIgniter to work with Nginx” but that isn’t my problem. CodeIgniter works if I add the query string.
I imagine this is the same problem as ExpressionEngine. I can’t figure out how to configure Nginx to deliver the proper PATH_INFO information.
I’m using Nginx with FastCGI if that helps. Just as with anything in the open source ecosystem, the more I Google and read the more I pick up. Unfortunately I don’t have the man hours to spend on this problem to figure it out all the way.
Other options are to live with the query string. Remove it using the Nginx rewrite module. Or just use Apache like every other sane individual. 😉