Best way to make a permanent redirect
I want to redirect from an "old " url where I want to change the url structure to a new one . Currently I made a "redirect page " to catch this urls and then use a go to action on load event to redirect to the new url (s ) . But in this case those requests are all client side and use 200 status code . Is there a way to make 301 redirects ? This is what I want to solve : All incoming requests to /blogpost / {slug } should go to /blog / {slug }