How to default to another language based on domain - Joomla! Forum - community, help and support
i'm using falang joomla 2.5 multilanguage features , need have different domains different languages, urls this:
example.com/ -> english
ejemplo.com shouldn't redirect example.com, instead should maintain url domain: ejemplo.com/es , show content of: example.com/es -> spanish
is there way achieve using .htaccess or hacking falang?
thanks!
example.com/ -> english
ejemplo.com shouldn't redirect example.com, instead should maintain url domain: ejemplo.com/es , show content of: example.com/es -> spanish
is there way achieve using .htaccess or hacking falang?
thanks!
mod rewrite, maybe?
options +indexes
options +followsymlinks
rewriteengine on
rewritebase /
rewriterule ^xyz\.php$ sss\.php [l]
options +indexes
options +followsymlinks
rewriteengine on
rewritebase /
rewriterule ^xyz\.php$ sss\.php [l]
Comments
Post a Comment