Is the $SITE_Path is equal to $myng_root ??
Please help..
As in example:
$SITE_Name = "SaveWebPortal" ; // the name of the site
$SITE_Mail = "email@yourdoma in.it"; // the main email of the site
// $SITE_Url = "http://www.yourdomain. it/"; // the url of your site,
don't forget trailing slash
// $SITE_Path = "C:/SaveWebPortal/"; // the full path of your site,
don't forget trailing slashes
$SITE_Url = "http://localhost/SaveWebPortal/"; // the url of your
site, don't forget trailing slash
$SITE_Path = "D:/web/SaveWebPortal/"; // the full path of your
site, don't forget trailing slashes
would // $SITE_Path = "C:/SaveWebPortal/"; & $SITE_Path =
"D:/web/SaveWebPortal/"; be the same as:
$myng_root = '/home/virtual/site80/fst/var/www/html/folder of
files:)';
// Include the required files
include('/home/virtual/site80/fst/var/www/html/newz/include.php');
Please help..
As in example:
$SITE_Name = "SaveWebPortal" ; // the name of the site
$SITE_Mail = "email@yourdoma in.it"; // the main email of the site
// $SITE_Url = "http://www.yourdomain. it/"; // the url of your site,
don't forget trailing slash
// $SITE_Path = "C:/SaveWebPortal/"; // the full path of your site,
don't forget trailing slashes
$SITE_Url = "http://localhost/SaveWebPortal/"; // the url of your
site, don't forget trailing slash
$SITE_Path = "D:/web/SaveWebPortal/"; // the full path of your
site, don't forget trailing slashes
would // $SITE_Path = "C:/SaveWebPortal/"; & $SITE_Path =
"D:/web/SaveWebPortal/"; be the same as:
$myng_root = '/home/virtual/site80/fst/var/www/html/folder of
files:)';
// Include the required files
include('/home/virtual/site80/fst/var/www/html/newz/include.php');
Comment