Hi,

I have encountered a problem, I am using PATHAUTO for the whole site, so I am node using /node URLs and now started to test using multilanguage support, it works great of course to translate webpages and interface, but when I am using the LANGUAGE SWITCHER block it by default points to /node for English and /sv/node for Swedish and I dont want to use /node and it is not defined at both respective language settings only nothing for English and sv for Swedish.

Also, problem number two, when i click on English it works even if it is using the bad /node URL but when I click on Swedish from the startpage to the /sv/node, nothing comes up, I thought it would bring up a frontpage with only Swedish marked articles.

Am I doing wrong with anything ?

Sincerely
Roberth Andersson

Comments

Roxpace’s picture

No one knows about this ?

Sincerely
Roberth

Administrator/Developer @ Jump-Gate and Webworqs, Inc
Personal page: http://www.roberth.se and Jump-Gate Projects site: http://www.jump-gate.com

Bensbury’s picture

but don't know the answer.

I have Drupal 6.1 with English and Japanese installed.

English is the default language.

Switching between languages is fine on the frontpage with the following links:

English: http://localhost/drupal-6.1/en/node
Japanese: http://localhost/drupal-6.1/ja/node

Navigation is Japanese is fine too.
For example: http://localhost/drupal-6.1/ja/book

HOWEVER!!! When I follow the 'Home' link in Japanese mode it produces this link:

http://localhost/drupal-6.1/ja

That link leads nowhere and gives a 'The website declined to show this webpage' Http 403 error.

However in English the link:

http://localhost/drupal-6.1/en

works perfectly and takes me to the frontpage in English.

The link to Home for Japanese that works appears to be:

http://localhost/drupal-6.1/ja/node

Whereas:
http://localhost/drupal-6.1/ja

just doesn't work.

Is this a link problem or is there an option or code tweak that gives permission to http://localhost/drupal-6.1/ja?
It seems like a mod-rewrite kind of thing ut I am new to Drupal and not sure how it all works together yet.

Any help or suggestions would be great as it really messes up implementing a multilanguage site is the Home url keeps failing.

Thanks.