Nginx 301 redirect
(2 posts)
(2 voices)
-
I want to redirect some invalid url from my wordpress installation to the new url:
Example:
Old: https://www.mydomain.com/tag/this
New: https://www.mydomain.com/tag/that
I tried with:
location http://www.mydomain.com/tag/this/ {
rewrite http://www.mydomain.com/tag/this/ http://www.mydomain.com/tag/that/ permanent;but it doesn't seem to work? Any suggestions?
Posted 1 year ago # -
hey Kim, play with this:-
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
