How Can We Help?
- Create a .htaccess file within your web directory where all your website files are located
- Add the following code to it
RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.com$ RewriteRule ^/?(.*)$ "http\:\/\/www\.yourdomain\.com\/$1" [R=301,L]
Replace yourdomain.com with your website address
- This will ensure that when yourdomain.com is entered in the address bar it will redirect to www.yourdomain.com, this will help so that search engines won’t pick up duplicate content for your website