I found every combination on the net except of this one. How do I redirect all traffic in a generic way to the "http://www."?
So that happens:
domain.com --> http://www.domain.com
www.domain.com --> http://www.domain.com
https://domain.com/page --> http://www.domain.com/page
etc.
Thanks in advance for any help!