I am working on a blog,
And my current blogpost URL is looking like this
https://myblog.example/blog-inner.php?url=my-awesome-life
Now I want to rewrite this URL to look like
https://myblog.example/blog/catogory/my-awesome-life
Please note: we have a single category for each blog.
So how can we rewrite its URL in .htaccess
and what are the procedure to display this blog perfectly?
2
Answers
Here is
you can try it like this