nginx code igniter remove index.php prefix
Objective Remove the index.php prefix from your nginx code igniter instance. Assumptions In your main nginx conf file you define how php is called (unix socket or ip:port) You will replace foo.example.com with whatever your domain name is The proper…