/ Published in: Other
This will not redirect subdomains like mail.example.org
Expand |
Embed | Plain Text
RewriteCond %{HTTP_HOST} ^example\.org RewriteRule ^ http://www.example.org%{REQUEST_URI} [L,R=301]
You need to login to post a comment.
