Michael Falciglia
Michael Falciglia

Reputation: 1046

Codeigniter page URLs, page not found 404

I am learning the codeigniter using their General Topics Controller instructions. I have successfully installed codeigniter, but I can't seem to figure out the correct URL to go to the test file I created following their guide.

In the instructions it instructs me to create a file named blog.php and enter an echo statement and upload it to the controller directory.

Next it instructs me to view the file at www.domain.com/index.php/blog/, when I go there I get a Code igniter 404 error page.

Does anyone know a different URL I need to use?

Upvotes: 0

Views: 3628

Answers (1)

Srihari
Srihari

Reputation: 766

Softaculous installs CodeIgnitor on your server. But you need to configure routes for every MVC you build. Read the routing guide carefully or you can follow the static page creation

Upvotes: 1

Related Questions