I have a primary domain https://www.mymringredient.com/, when I inspect my current urls I notice there is url that starts without www, for example https://mymringredient.com/Recipes and this will be redirect with 307 as shown in the image below:
My question is that if there is any way to change 307 redirect into 301 redirect?
Such that https://mymringredient.com/Recipes will be redirect to https://www.mymringredient.com/Recipes with 301 redirect. Is that possible ?