NanaYaw1234
Oct 31 2009, 06:29 AM
i am configuing a config.php file and i need to enter the Absolute path to directory for the lines below, i need help to know what the absolute path to directory for Zymic is
// Absolute path to directory
$config['root'] = $_SERVER['DOCUMENT_ROOT']."/directory/"; //
// Main Location
$config['mainurl'] = " "; //
Pencroff
Nov 5 2009, 03:02 PM
QUOTE(NaRzY @ Oct 31 2009, 07:35 AM)

What is your domain?
http://iqhouse.zxq.net/What is problem in my config.php?
CODE
define('DIR_SERVER_ROOT',$_SERVER['DOCUMENT_ROOT']);
require_once(DIR_SERVER_ROOT."/config/config.table.php"); // line 162 DIR_SERVER_ROOT = "/WWW/"
Help me please!