Why is url routes need to be configured?



Why is url routes need to be configured?..

Answer / Pankaj Sahu

URL routes need to be configured in CodeIgniter because it allows for cleaner, user-friendly URLs. By configuring routes, you can map multiple URL patterns to a single controller method, which can help keep your URL structure organized and easy to understand.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

What is third party in codeigniter?

1 Answers  


How can you load multiple helper files?

1 Answers  


What is codeigniter php?

1 Answers  


Explain url helper?

1 Answers  


How you will load an model in codeigniter?

1 Answers  


How to fetch data by id from database in codeigniter?

1 Answers  


How to create base controller in codeigniter?

1 Answers  


How can you print sql statement in codeigniter model?

1 Answers  


What are sessions in codeigniter?

1 Answers  


How we can get ip address in codeigniter?

1 Answers  


How to use codeigniter framework in php?

1 Answers  


What is $this in codeigniter?

1 Answers  


Categories