IP Canonicalization
-
Hello,
I ran my website through an SEO checkup tool and I received the following error:
“Your site’s IP 108.179.235.115 does not redirect to your site’s domain name.”
The site suggested fixing this error by adding text :
RewriteCond %{HTTP_HOST} ^XXX\.XXX\.XXX\.XXX
RewriteRule (.*) https://www.yourdomain.com/$1 [R=301,L]to my .htaccess file.
Is there a plugin that can do this for me? and if not where exactly in my .htaccess file do I add this additional text?
Thank you so much for your assistance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘IP Canonicalization’ is closed to new replies.