..


Sponsored Links

How do I set up a 301 redirect from the domain without www to www with what?

In your. Htaccess file you need to set these simple instructions:






 RewriteEngine on







 RewriteCond% {HTTP_HOST} ^ tuosito.com [nc]







 RewriteRule ^(.*)$ http://www.tuosito.com/ $ 1 [r = 301, nc]



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