0 votes
in CodeIgniter by
Why is there a need to configure the URL routes?

1 Answer

0 votes
by
Changing the URL routes has some benefits like

From SEO point of view, to make URL SEO friendly and get more user visits

Hide some URL element such as a function name, controller name, etc. from the users for security reasons

Provide different functionality to particular parts of a system
...