this is hou i did it
one file is callled : localhost_config.php
with the following in it:
Code:
<?php
$template_dir = "nifty_zen";
define('SITE_NAME','Design 75 webshop');
define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');
define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
?>
the second is called : nifty_zen_config.php
with the following in it:
Code:
<?php
define('DIR_WS_CATALOG', '/zen139d');
define('DIR_WS_HTTPS_CATALOG', '/zen139d');
$template_dir = "nifty_zen";
define('SITE_NAME','example');
?>
Bookmarks