Hello everyone, i've decided to migrate two wpmu installs to an unique one using multi-site.
But doing this, i want to keep the old url structure i had:
http://www.domain.ltd/en/blogname
http://www.domain.ltd/fr/blogname
http://www.domain.ltd/de/blogname
each language was a standalone wpmu install, i wish to regroup them around one unique install using multi-site.
Here is my setup:
Env: Apache2 / PHP5 / FBSD / wpmu 1.3 / multi-site-manager 004
Main site : hub.domain.ltd, has a ServerAlias of *.hub.domain.ltd, and of course a wildcard DNS Alias.
wpmu is installed in subdomain mode for this "hub" site.
Blog1 url : http://www.domain.ltd/en/ ; subdir mode
Blog2 url : http://www.domain.ltd/fr/ ; subdir mode
BlogN url : http://www.domain.ltd/N/ ; subdir mode
...
As you can see, my goal is to use the same domain all the way, adding the language, than the blogname to form subdirs urls
So, in the Site admin section, i just create new sites with :
Sitename : English blogs
Domain : http://www.domain.ltd
Path : /en
Clone: All from hub.domain.ltd
Sitename : French blogs
Domain : http://www.domain.ltd
Path : /fr
Clone: All from hub.domain.ltd
Etc.
Problem :
When i try to access one of the multi-site create blogs i get :
No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.
Now, if i switch the Path to "/" for one of these sites, than, i can access the domain GUI, but, accessing the domain thrugh http://www.domain.ltd/<lang>/ produces a 404..
In the other hand, if i create a new site, directly using a path of "/", things seem to work fine ..
The issue is that this would force me to use "<lang>.domain.ltd" kind of urls .. thus breaking all my permalinks :/
Any ideas ?