I would like to offer content in three languages: english (en), dutch (ne) and german (de).

For this, I would like to have URLs like these:

example.com/en/products/mybook.htm
example.com/ne/producten/mybook.htm
example.com/de/produkte/mybook.htm

By default, Drupal rewrites example.com/en/products/mybook.htm to example.com?q=en/products/mybook.htm but I now probably would have to rewrite it to example.com?l=en&q=products/mybook.htm or something.

Which Drupal module supports creation of example.com//
URLs? Or do I need to rewrite the .htaccess myself for this?

Comments

shadcn’s picture

there's clean url in the core drupal and you can use pathauto module