/ Published in: Apache
Expand |
Embed | Plain Text
# Redirect alias RewriteCond %{HTTP_HOST} ^www.example.net$ [OR] RewriteCond %{HTTP_HOST} ^example.net$ RewriteRule ^(.*)$ http://example.com/$1 [R=301,NC,L]
You need to login to post a comment.
