// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/home/myaccountusername/public_html');
define('XOOPS_ROOT_PATH', '/home/myaccountusername/public_html');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://mysitename.com');
define('XOOPS_URL', 'http://mysitename.com');
define('XOOPS_TRUST_PATH', '/home/myaccountusername/my_trusted_path');
My server info is...
Apache v. 1.3.41 (unix)
PHP V. 5.2.5
Mysql v. 5.0.45
Does the path look right?
Thanks.
Rob
Later,
Rob