View Single Post
Old 11-16-2003, 07:59 PM   #3
fredh
Green Mole
 
Join Date: Nov 2003
Posts: 11
Ah, no mods were made here

Your software was built well enough for me to instantly integrate it with my templating system (http://pear.php.net/package/HTML_Template_Xipe)


I'm just wondering what will happen on my site if someone using the french version makes a query. I would'nt want them to see english results and vice versa.

If there was a way to setup 3 different spiders, one for each language, I could query against the proper language.

The problem that I think I see here is that the spider only allows one set of results per domain name whereas my current setup uses the same domain name to serve 3 languages.

I think that my quickest solution at the moment will be to setup three 3rd level domains and spider each of them:

http://en.whatever.com (english)
http://es.whatever.com (spanish)
http://fr.whatever.com (french)
fredh is offline   Reply With Quote