..


Sponsored Links

I changed the domain of my site. How do I redirect from old to new domain?

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.

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Sponsored Links