redirect non-www to www while preserving protocol
- by Waleed Hamra
I am aware of the fact that there are tons of questions in this section and in server fault dealing with redirections from non-www to www URLs. But I couldn't find one dealing with this issue while preserving protocol. I am no mod-rewrite expert, and my code is just copy/pasted... here's what i have:
RewriteCond %{HTTP_HOST} ^domain.tld$ [NC]…