hi again
the first test wasnt very succesfull
firefox throws a redirection error.
here's what i put in right after the Joomla core SEF stuff.
RewriteCond %{HTTP_HOST} ^(www\.)?mydomain\.com
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ([a-z0-9-]+)/? http://$1.www\.mydomain.com [R=301,NC,L]
the test site runs runs joomla 1.14, joomfish 1.8, and sh404SEF 1.3.2
the site it has 2 languages, and sh404SEF rewrites the second language to a virtual folder that uses the joomfish lang parameters.
in any case, the code is supposed to generally turn *all* folders into subdomains, right ?
i guess that this had to be limited to the language-'folders' only.
hence we have:
domain.com/subject1 <---- in the fist language, english
and
domain.com/spanish/subject1 <- in spanish language
obviously, a script that rewrites any folder to a subdomais, would produce
subject1.domain.comand
spanish.domain.com/subject1....which is not what we want.
we'd just want he virtual spanish folder be rewritten to spanish subdomain
(as well as those of other languages we might still wanna add.)
anyways, for now it's refusing to work.
reversing the other code is beyond me...
any hints are highly appreciated...
cheers and thanks
dee