I'm thinking of porting my site to CodeIgniter, but I have a few concerns mainly that I have hundreds of pages with the following URL structure that must be kept. this is the structure that I need: https://mysite/my-url-link
Can CodeIgniter allow me to route this way?
thanks.