I am making a site with administrative area using the Framework Codeigniter. In the administrative area, the user can create new pages for the site. The content of the page will be saved to the database.
The controller that reads the pages of the database is called: page
So when pages are created, they are currently accessed like this:
- www.site.com.br/ page / page1
- www.site.com.br/ page / page2
My question: Can you delete the word "page" from the URL using the URI Routing?