Skip to content
Advertisement

Route not found in condeigniter but route exsit?

I am new in Codeigniter and my route not working. Route are exists in route file. but when io hit url I get not found error. My Route file is

JavaScript

and I am trying route

JavaScript

and I get this error How can I solve this issue enter image description here

Advertisement

Answer

Mostly this cause by URL navigates with index.php.

In config.php

JavaScript

And in .htaccess

JavaScript

Read more : Set up the base url in codeigniter

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement