I have a question for today.
If I am developing, for example, a blog that uses pretty URLs to link the blog posts like
/posts/welcome-to-my-blog
And sometimes later I created another blog post with the same name, therefore the link would be
/posts/welcome-to-my-blog
I would have two blog posts with the same name, same URLs but.. different posts, different content, different purposes.
I know this is an unlikely example, but how could this be solved?