Hello,
I need to apply a 301 and a 302 redirection on a page and I want to know in which order it's better to do it (301 before 302 or 302 before 301).
My use case is about an URL :
- with encoding glitches (for example, use of %20 instead of +) for which I want to redirect permanently (301) to the correctly encoded URL
- for which no content exists currently (but could in the next few months) and I want to redirect temporarily (302) to another webpage
Thank you