My post URL structure is http://example.com/slug and the category URL is http://example.com/category/category-name.
Currently, my custom structure is /%postname%/ and the category base is blank.
I would like to change the category URL to http://example.com/category-name. How do I go about this?
I tried with htaccess but got 404 error:
RewriteRule ^category/(.+)$ http://www.yourwebsite.com/$1 [R=301,L]