I need to make the following redirects and I can't get the last one:
- http://www.example.com
- http://example.com
- https;//example.com ** Not working - get 404
all have to go to:
- https;//www.example.com
(Note: the semicolons are actually colons)
The first two are taken care of with a condition "{HTTPS} Matches off" but I'm trying to get the last one working with either {HTTP_HOST} or {URL} and nothing is happening.
What condition will work for me?