Redirecting to final, non-www, https, domain as immediately as possible
.htaccess redirect if not one of a couple subdomains
- {REQUEST_URI} being added to redirects
That was just a mistake… forgot the % in front of it, %{REQUEST_URI}
is what makes it work as a variable and not text.