Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Hello, > > I have a multilingual website. The files are named index-eng.html or index-fr.html >for example. The english users should search only the ...-eng.html files, germans >only the ...-ger.html-files and so on. > I used the build-in database and unfortunally the (really many) files are all mixed >in several directories. >
search.cgi can use language limits. Index in usual manner, then just check that language is filled properly: SELECT url,lang from url Try to activate language and charset quesser if language is filled incorrectly. This is actually required when your pages do not have META tags responsible for language. Reply: <http://www.mnogosearch.org/board/message.php?id=3868> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
