I'm making a project for some articles, I just heared about the .htaccess
to make a clean url. so I have this example:
this articles should contain all articles
localhost/site-name/articles
and then, when someone click to see the full article, I want it to bacome like this:
localhost/site-name/articles/20/google-changes-its-logo
how to make this ?