: Not only with CNAME records, but also you can put .htaccess code for redirection: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/
not only with CNAME records, but also you can put .htaccess code for redirection:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ www.%{HTTP_HOST}/ [R=301,L]
</IfModule>
This is a 301 redirect (which is permanent redirect.) After a few weeks the site will be visible with www in Google Search from that time.
More posts by @Cofer257
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.