10
i change my dir to : sub and my domain to : domain
---
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/home2/user/public_html/sub');
define('XOOPS_ROOT_PATH', '/home2/user/public_html/sub');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://sub.domain.com');
define('XOOPS_URL', 'http://sub.domain.com');
----
any idea?