Closed (won't fix)
Project:
Localizer
Version:
4.7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jan 2007 at 09:20 UTC
Updated:
31 Oct 2010 at 23:02 UTC
how can i create frontpages with an alias?
http://www.example.com/de
http://www.example.com/en
and so on.
if someone comes to http://www.example.com - the user/bot should be redirected with a http status 301 to the language defined as default on the "admin/locale" page.
Comments
Comment #1
Roberto Gerola commentedMy default language is English.
I've created a page with an alias : en/home and assigned it under settings.
Created the Italian translation : it/home
Activated the front page redirection.
Comment #2
hass commentedi don't like to create a special node for my frontpage. if i do so, the
drupal_is_front_pagecheck will fail and the node checkbox "display on frontpage" won't work... :-(((Comment #3
Roberto Gerola commentedOk. Understood.
You need /node as frontapage but in different languages :
en/node
it/node
de/node
I'l transform this issue in a feature request and see to implement it.
Comment #4
hass commentedthank you very much. this is one of the major i18n and localizer usability and search engine problems from my point of view. i hope this is not a big task and can be solved soon.
Comment #5
meba commentedI think this can be solved creating a pattern for pathauto named [lang]. Everybody then can add [lang]/[title] to node path
Comment #6
summit commentedI am also interested in this.
Thanks in advance!
greetings,
Martijn
www.best-information.eu
Comment #7
hass commented