/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Redirect alias RewriteCond %{HTTP_HOST} ^www.example.net$ [OR] RewriteCond %{HTTP_HOST} ^example.net$ RewriteRule ^(.*)$ http://example.com/$1 [R=301,NC,L]