Hi! I’ve recently changed my website theme with Editorial and now i have some url to correct. My domain provider doesn’t allow me to redirect and have to do it with .htaccess.
I’ve tried to create a file in Tools > File Manager > Add New File – .htaccess
with the following code:
Redirect 301 /blog/page-name.html https://www.domain.com/page-name/
But it doesn’t work. Have you any advice on how to do that?