I want root level WordPress urls to work for category, tag, author and archive page.
For example right now categories pages are.
domain.com/category/cat-name/
it shows posts under cat-name category.
But if someone visits
domain.com/category/
it shows 404 error, page not found.
I want all these URLs to show some unique content created specifically for each link.
domain.com/category/
domain.com/tag/
domain.com/author/
domain.com/archive/
How can we do that?