2009-06-25, Thu

CodeIgniter only shows default controller when running Abyss Web Server

When trying to set up my CodeIgniter project on an Abyss Web Server, for some reason, accessing /index.php/controller1 only ever produces the default module as configured in the routes.php file.

After some fiddling around, here’s how I fixed it.

  1. Open the Abyss Web Server Console http://127.0.0.1:9999/
  2. Select Configure on the host you wish to configure
  3. Select Scripting Parameters
  4. Under Interpreters, click on the pencil icon to edit the line that refers to the PHP interpreter.
  5. Set Type to Standard rather than PHP Style.

Restart the server and things should work properly now.

Isaac Su

tags: abyss-web-server ci codeigniter php

---

Comment

Commenting is closed for this article.

---