Forum Moderators: Robert Charlton & goodroi
I have a couple of websites online that I do for fun so I decided to stop paying the monthly fee to host them since they make me no money.
The problem is that after submitting my sitemap to Google, I am getting a "General HTTP error" from Google. Upon further inspection, I have discovered that Google does not index private IP addresses:
"IP in excluded range - The IP address is in a private address space, reserved for local use (for instance 127.0.0.1). See RFC 1918 for information on private IP ranges."
Does anyone have any idea how I could bypass that? After all the work I went through to set up MySQL, PHP and configure Apache on my mac, this is a real deal breaker. I am REALLY not looking forward to setting up my site on a real host just because Google won't index it.
My domain is <snip>
Please help.
[edited by: physics at 6:02 am (utc) on Feb. 7, 2006]
[edit reason] No domain drops, see TOS [webmasterworld.com] [/edit]
You simply cannot provide the connectivity/reliability/bandwidth that even an average shared host can, for peanuts a month.
Uploading your files to a web host is really not a big deal - a few hours work at most, and almost all hosts provide php, mysql etc already installed and ready to go (as part of a control panel normally).
I have discovered that Google does not index private IP addresses
Again, probably not the answer you are wanting but if your website is running on a private IP address how will visitors outside your network access it?
It may be possible, if you are on ADSL to set your router to forward http trafic coming in to your external IP address on port 80 to the internal IP address. How you would do this depends on the router you use.
I pay $10 extra per month for the public IP which is also a static IP.
To clarify, I have the IP address that my cable company assigned me being routed over my network to my mac mini (port 80 is open). The website is completely accessible from the outside world but Google seems to have a problem with it.
I have decided to go with a real web host. As Falsedawn suggested, it isn't that expensive and much more reliable. (I'm in Florida -- electricity hard to come by during hurricanes.)
The exercise of setting up my own server was very educational however. I recommend it. Being forced to rely on myself for tech support (and great forums such as this one) has taught me a great deal.
Thanks again.