is fully compatible with OutSite-In.
In order to take your Joomla! web site on CD or simply offline, we recommend you to:
Modify the "\configuration.php" file by editing your offline files directory:
$mosConfig_absolute_path = $_SERVER['DOCUMENT_ROOT'];
$mosConfig_cachepath = $_SERVER['DOCUMENT_ROOT'].'/cache';
$mosConfig_live_site = 'http://'.$_SERVER["HTTP_HOST"];
$mosConfig_host = 'localhost';