Forum Moderators: phranque
Is the correct way to redirect these using a 301:
within the apache server, for each domain use a htaccess file
RewriteCond %{HTTP_HOST} ^(www\.)?apache-url\.com [NC]
RewriteRule ^(.*) [iis-url.com...] [R=301,L]
Or does the redirect have to be on the IIS server?
thanks