Not sure if this is possible in a single .htacess file, but ideally, I'd like to have:
- http://example.com redirect to: http://www.example.com
- https://example.com redirect to: https://www.example.com
And anything that is http://whatever.example.com NOT append the www like http://www.whatever.example.com.
Is this possible?
Thanks, D.