I have the following url structure: www.mysite.com/temporary/articles.php/artid=1
I would like to change it with: www.mysite.com/temporary/articles/article-title-here.
where article-title should be based on artid . Anyone can tell me how can I do that?
No .htaccess needed. I would create another controller method and add some routes. I would use the following approach:
www.mysite.com/temporary/articles.php/artid=1CI catches it and reroutes it as such: In your routes.php:
In your Controller: