..
There are several ways to redirect. Obviously you can manage it directly with Apache.
Let's follow the rule to be used within the file. Htaccess from the old site to redirect 301 to the new domain:
RewriteEngine On
RewriteCond% {HTTP_HOST} ^ (www \.)? Vecchiosito \. Com
RewriteRule (.*) http://www.nuovosito.com/ $ 1 [R = 301, L]
With this rule all the pages of the old domain (with or without the www) will be redirected to the new one.
| |
Linux (Course)
Complete guide to open-source system. From 49 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
PHP (Course)
Full course for creating dynamic Web sites. From 49 €. |