/ Published in: Apache
Use IIS Helicon Rewrite Plug-in to force a domain to redirect
Expand |
Embed | Plain Text
# Ensure www is used RewriteRule (.*) http://www.example.com/$1 [R=301,L]
You need to login to post a comment.
Use IIS Helicon Rewrite Plug-in to force a domain to redirect
# Ensure www is used RewriteRule (.*) http://www.example.com/$1 [R=301,L]
You need to login to post a comment.