Mobile app version of vmapp.org
Login or Join
Candy875

: Godaddy ip canonicalization I have tried find solution to this all around Google and here, but no luck so far. when I try connect to my website by using IP, it will not redirect to the website.

@Candy875

Posted in: #CanonicalUrl #Godaddy #Htaccess #IpAddress #Seo

I have tried find solution to this all around Google and here, but no luck so far.

when I try connect to my website by using IP, it will not redirect to the website. Only godaddy's "Coming soon" page.

I have tried all kind of .htaccess codes but, again, no luck so far.
Is this some kind of godaddy's issue or ... ?

the code which I use at the moment:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com [OR]
RewriteCond %{HTTP_HOST} ^XXX.XXX.XXX.XXX
RewriteRule (.*) www.example.com/ [R=301,L]


BTW: .htaccess works and it's located correctly, I have tested that also.

Do you have any idea why this happen ?
Thank you!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Candy875

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

If you do not specifically have a dedicated IP address from GoDaddy then you are being hosted on a shared IP address. GoDaddy doesn't give each client a dedicated IP address and instead uses IP addresses that are shared to host multiple client sites on a single address.

Because of this if you try and view one of these shared addresses in your browser you will just see the Godaddy holding page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme