Forum Moderators: phranque
We have to redirect www.mydomain.it to www.mydomain.org
In it domain the redict is more expensive that simple registration so we try to make redirection by ourself :)
so
we have a server where we have customer hosting, but we don't want assign space or plan to redirect domain
we can point 'all' domain '.it' to ip of this server..
in the root we can make a htaccess with a list to domain to be redirected
what do you think about?
thks
RewriteCond %{HTTP_HOST} [b]!^[/b]www\.example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301] The
[b]!^[/b] means "is not www.example.com". Then as g1smd says above, just point all the deomains to the same folder.
Step Two
2. Then point Domain B to Domain A by changing the A record or IP addresses of domain B to the details for Domain A?
(Would using the URL redirect function also work?)
Thanks