eXV² is fully compatible with OutSite-In.
In order to take your eXV² web site on CD or simply offline, we recommend you to:
Modify the "\mainfile.php" file by editing your offline files directory:
Find the line starting with:
define('XOOPS_ROOT_PATH',...
and change it to:
define('XOOPS_ROOT_PATH', $_SERVER['DOCUMENT_ROOT']);
Find the line starting with:
define('XOOPS_URL',...
and change it to:
define('XOOPS_URL', 'http://'.$_SERVER["HTTP_HOST"]);
Find the line starting with:
$xoopsConfig['dbhost'] =...
and change it to:
$xoopsConfig['dbhost'] = 'localhost';
(tested with eXV²_v2.043)