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 |
Explain mvc in codeigniter?
In which files routes are defined in codeigniter?
List the databases supported by codeigniter?
What is base controller in codeigniter?
What is config file in codeigniter?
What is difference between laravel and codeigniter?
What are the security parameter for xss in codeigniter?
Explain codeigniter library. How will you load it?
What is routing in codeigniter?
What is basepath codeigniter?
What is codeigniter?
Explain what are hooks in codeigniter?