Redirect post only permalink (category)
-
Hi,
My intention is to redirect my permalink post from
http://domain.com/postname/
to
http://domain.com/category/postname/I’ve use below expression, unfortunately it apply to all my post (other category) and also Page URL (http://domain.com/pagename/).
Source: ^/(?!category)(.*) Target: /category/$1Is there a best way to redirect such permalink?
Thank you.
Best.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Redirect post only permalink (category)’ is closed to new replies.