View Full Version : http:// vs http://www
seojesica
10-18-2017, 06:01 AM
Which redirection are best for seo point of view in between http:// vs http://www ??
sinelogixtech
10-23-2017, 05:46 AM
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Where yourdomain.com is your actual domain name.
You can edit the .htaccess file using the File Manager in cPanel or via FTP.
From now on, when someone access http://yourdomain.com the visitor will be redirected to http://www.yourdomain.com.
davidweb09
10-23-2017, 09:16 AM
301 SEO redirect is best method to move your site from non www to www.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.