![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
IP addresses, countries and search engine spiders.
I have a potential client who has a bunch of sites. Some are .co.uk, some are .com and some are .co.nz he wanted to know if the .co.uk ones could have uk ip addresses the .nz one have new zealand addresses and the .com site have us ip's but still host all three sites on the same server (or in this case at vortech)
Is there anyway of doing this at all? Maybe something with the dns if he was able to get the uk and nz ip's so that they pointed to the us server. The thing is (especially with .uk) a site that has a uk ip will get into google.co.uk alot (and were talking months here) faster than a .uk site thats hosted in the us (or elsewhere) If im not making sense let me know and i'll try to re-explain it |
|
#2
|
||||||||||||
|
||||||||||||
|
Hey, Silverbug. That is quite a scenario. I hope you find a good solution for this.
Because of routing issues, I'm not sure you could do it with anything simple. You will probably still need a host that is located in uk and nz. From those hosts, however, you could do an internal proxy rewrite (apache mod_rewrite) or something similar to redirect requests to the Vortech servers. That way the actual websites could still be completely managed through Vortech and the search engines will still see the uk/nz IPs. Maybe, as you suggested, there is some creative DNS entries that you could use. But I can't think of anything that would "mask" the IP address. Good luck! ![]() |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
Also i just want to see if i understand this correctly, A user would go to the uk ip (site) which would then mod_redirect them the vortech server right. Now is that content actually being sent back to the uk server and then to the user or directly from the vortech server to the user? Last edited by Silverbug : 06-14-2004 at 09:54 PM. |
|
#5
|
||||||||||||
|
||||||||||||
|
Pages would be served directly from VorTech to the User. I'm not sure if this is going to resolve your google problem. I'm pretty sure you won't want to do a 301 redirect, but what code, if any, you'd want to use, I don't know.
__________________
|
|
#6
|
||||
|
||||
|
ok thanks for that.
|
|
#7
|
||||||||||||
|
||||||||||||
|
You do not want to do a redirect. You want to do a rewrite. With a redirect, you'll get a 301/302 response as dpyers mentioned. But if you go with a rewrite and use the proxy flag, the client is redirected via an internal proxy and will receive a 200 OK response. That means a spider, for example, will not know it was redirected.
Here's a simple one line htaccess example. This .htaccess would reside on the uk or nz server: RewriteRule ^(.*)$ http://www.vortechdomain.com/$1 [P] All this says is to look for the files on the vortechdomain. So if you went to http://yourdomain.co.uk/file.html, the uk web server would silently (internal proxy) deliver http://www.vortechdomain.com/file.html. Does that help? Try it on a *nix account here first to see how that works for you. If you want to view the response codes and other headers, you could use something like SamSpade for Windows (freeware). |
|
#8
|
||||
|
||||
|
ah yeah thats what i want (i still have to check i can get it working) but thanks for that.
|
|
#9
|
||||
|
||||
|
if you are having to set it up on another host anyways why would you bother pointing it to vortech?
I don't see the point of paying double, just to the manage content here. DNS and everything else will point to the other IP addresses that will be redirected here, so if they have issues the site will be down regardless of where the files are stored at. |
|
#10
|
||||||||||||
|
||||||||||||
|
Quote:
Kind of depends upon what services are available for what cost on the other host. You can find some unix hosts for $2-3/month and even some free ones, with .htaccess capability. A full set of services for a sophisticated site could be considerably more.
__________________
|
|
#11
|
||||
|
||||
|
Yeah thats exactly what im going to start looking for. Also this is for a client who's very fussy about this stuff, and it was his idea to start with. I personally wouldnt bother about it all, but hey the customers always right...arnt they?
|
|
#12
|
|||||||||||
|
|||||||||||
|
Of course the customer is right. He will be right again, just differently, after you set it up for him and he decides that he doesn't want to burden himself and his visitors with a second SPF, proxying overhead delays, and transpacific latency.
![]() |
|
#13
|
||||
|
||||
|
haha yeah i have a feeling that might be the case too
(spf?) |
|
#14
|
|||||||||||
|
|||||||||||
|
Single Point of Failure.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search Engine Registrations, Bot Indexing | developersteve | Chit Chat Public | 32 | 07-06-2005 07:05 PM |
| New search engine A9 | soky | Chit Chat Public | 5 | 09-16-2004 12:02 PM |
| search engine submittal | cmtusa | Chit Chat Public | 9 | 05-06-2003 10:17 PM |