0
|
Hi, Great question! I see you're using the Premium Website Builder. Normally the rel tag is placed between the <head> tags, but that would require manual editing of your site files and would be overwritten if you ever republished your site from the builder. A much more efficient way to handle this would be to force everything to go either go through www or non-www using your .htaccess file. You can redirect the non-www domain over www by adding this to your .htacess file. RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.org RewriteRule (.*) http://www.yourdomain.org/$1 [R=301,L] Alternatively you can go the other direction and redirect www over non-www by adding this to your .htaccess file instead: RewriteEngine on Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^www\.yourdomain\.org$ [NC] RewriteRule ^(.*)$ http://yourdomain.org/$1 [R=301,L] You can edit your .htaccess file using the File Manager in cPanel. Make sure you select the option to "Show Hidden Files" when opening the File Manager. Please let us know if you have any questions or need any additional assistance. Regards, Christi N. |
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |