The instructions are a bit iffy for a beginner.
I presume you unzip all files into a folder on the server then point the browser at where exactly. After 777 a few folders.
??????????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
// Linux Server
define("SITE_PATH","/usr/local/apache/htdocs/phpCodeGenie3.0");
define("FILE_SEPARATOR", "/");
// win or nix
define("OS_TYPE","nix");
/*****************
// Windows Server
define("SITE_PATH","D:\\projects\\phpCodeGenie3.0"); // no trailing slashes
define("FILE_SEPARATOR", "\\");
// win or nix
define("OS_TYPE","win");
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The instructions are a bit iffy for a beginner.
I presume you unzip all files into a folder on the server then point the browser at where exactly. After 777 a few folders.
??????????
here is code from the config
session_start();
define("URL_ADDRESS","http:///icehockey.freeserverhost.net/codegenie/web/");
// Linux Server
define("SITE_PATH","/usr/local/apache/htdocs/phpCodeGenie3.0");
define("FILE_SEPARATOR", "/");
// win or nix
define("OS_TYPE","nix");
/*****************
// Windows Server
define("SITE_PATH","D:\\projects\\phpCodeGenie3.0"); // no trailing slashes
define("FILE_SEPARATOR", "\\");
// win or nix
define("OS_TYPE","win");