Hello,
i want to get the following multisite enviroment.
my-domain.eu
de.my-domain.eu
en.my-domain.eu
(more sites/languages coming up later)
the main domain (my-domain.eu) should not be accessed directly, the user should be everytime on a subdomain (depending on his [choosen] language).
I got some content with title 'test-page' - this should be able to be accessed through than:
my-domain.eu/test-page (this will only redirect you to a subdomain depending on your language)
en.my-domain.eu/test-page (test-page with english content)
de.my-domain.eu/test-page (test-page with german content)
All 'sites' should have same users (and no need to relogin).
That is what I have to get. Any hints?
This should be working - but it`s not the best way :/
my-domain.eu (small php script thats redirect you to a subdomain depending on language)
de.my-domain.eu (on this subdomain there is a 'own' drupal system installed - sharing user/session data)
en.my-domain.eu (on this subdomain there is a 'own' drupal system installed - sharing user/session data)
But do you see any easier way to achieve that by only using 1 installation?
I tryed localizer and l18n both in combination with a multisite setup bot wasn`t sufficient.
I than got something like:
my-domain.eu (normal drupal isntall)