3
No, it's on a remote server. This is what I have in the mainfile.php:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/home/****/public_html/xoops');
define('XOOPS_ROOT_PATH', '/home/****/public_html/xoops');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://www.mysite.com/xoops');
define('XOOPS_URL', 'http://www.mysite.com/xoops');