Replies: 0
Sorry if I am asking daft questions. I haven’t activated this or any other redirect plugin yet. I am using Polylang so there is a redirect to to the language suffix /se/ or /en/ . I am trying to get rid of the double redirection that i.e. Pingdom Tools frowns upon. I use https://varvy.com/tools/redirects/ to analyze the redirects.
When I enter (for instance) http://www.domain.se:
http://www.domain.se
-> 301 redirect
https://www.domain.se/
https://www.domain.se/
–> 302 redirect
https://www.domain.se/sv/
Could I use the Redirection plugin to somehow catch any URI that isn’t https://www.domain.se/sv/ and point that to https://www.domain.se/sv/ ?
thus making one redirect instead of two.
Any hints appreciated. I find .htaccess programming syntax scary!