I have a multisite installation with Drupal 5.1, One of the 3 domains is multilingual using i18n modules. And just this domain shows a strange behaviour. Input of an address with a not existing node number leads to the site which is ordinarily indicated after a new installation:

Welcome to your new Drupal website!
Please follow these steps to set up and start using your website: …

Please try the following: http://www.monteviso.de/node/502 or any other high node number.

The other one-lingual domains go to the start site in such cases. The .htaccess file is original from the Drupal distribution. So I think it is related to i18n modules. Can anybody confirm this?

Comments

richie’s picture

It doesn't seem to be an i18n issue. See http://drupal.org/node/90780.

jose reyero’s picture

Status: Active » Closed (won't fix)

The only difference having i18n enabled is that if you don't have any content for the page language the site may behave as if there's no content at all.

So this may just the normal behavior.