I have set Drupal to determine the language from the URL (path prefix), thus / is english and /da is Danish. This works fine for all pages except /da

The frontpage for Danish is /node/14 but it doesnt show when I go to /da

Also content marked Language neutral is not showing for any language.

Any ideas?

p.s. I'm using Drupal 7.0 Alpha 2

link|improve this question

78% accept rate
1  
Don't use Drupal 7. It has many bugs and still in Alpha. Drupal 6 is stable version. – Nikit Feb 26 '10 at 23:01
feedback

2 Answers

As I know in D6, you can insert a record into {url_alias} table and everything will be ok then.

link|improve this answer
I've tried but it doesn't connect the path with the node. Maybe a bug in D7 – webjay Mar 1 '10 at 22:03
1  
Not sure if it's a bug. Do you have pathauto module enabled? drupal.org/project/pathauto – Sepehr Lajevardi Apr 12 '10 at 12:19
feedback

I don't think core has the ability to set an individual front page for each language. You'd have to use a module like http://drupal.org/project/i18n, which has yet to have any work completed with porting to Drupal 7.

link|improve this answer
I agree; without using any third-party modules, in Drupal the front page is only one, which is the one set in the settings. – kiamlaluno Feb 4 '11 at 19:11
I don't use Drupal any more thus I don't know which answer to accept, sorry. – webjay Jul 9 '11 at 9:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.