I don't want to make a single page that will handle all the posts like the URL:
somewebsite.com/blog.php?blog=2232
I want that every blog should appear like:
somewebsite.com/blog1/
somewebsite.com/blog2/
For example, WordPress displays every post in its URL. I want the same functionality.