I have 2 domains that I want pointed to 2 parts of the site.
domain-A.com is the main site url.
domain-B.com needs to go to its own home page with its own menu and its own URL. Meaning the url would stay domain-B.com/index.php/category/file/etc.
I assume the way to do this is to use a PHP Header Redirect described here:
http://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation
The php header redirects are supposed to be placed in the index.php of the domain-B’s own template.
QUESTION:
Is there a way to get it to work with the T3 Profile system so the URL is domain-B.com/index.php instead of the whole site using domain-A.com/index.php ?
If this does not work then can I install multiple JA_Ironis templates on one joomla site?