7
hi harry0725,
I finaly solve my problem, you too get it.
Edit the mainfile.php
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define( 'XOOPS_URL', XOOPS_PROT.'www.xoops.org' );
if ($xoops_url['www.domain1.com/xoops'])
define( 'XOOPS_URL', strtolower(XOOPS_PROT.'www.domain1.com/xoops') );
else
define( 'XOOPS_URL', '' );
this is working for me like this
www.domain1.com with theme1
sub.domain1.com with theme2
www.domain2.com with theme3
and i m not fully check this with added modules...