Hi..
Im trying to install the mini CWB on my server.. but I keep getting a server 500 internal server error message..
I originally wanted to install it into siteURL/content/ but it didnt work..so Ive tried just installng it into the root html directory.. but its still not working..
Ive chmod 777 to all the files and folders specified in the read me file..
Ive uploaded and edit config.inc.php fle with this in it
ob_start();
// define where you index.php URL is, usually is
http://www.yourdomain.com/
// always use ENDING SLASH
define("CONF_INDEX_URL", "http://www.forex-signals.co.uk/");//INST_URL
I have not touched any of this though.. do I have to adjust this code?.. it doesnt say so in your tutorial..
// define where you root is, usually is ... your-path/program-name/
// always use ENDING SLASH
//define("INDEX_PATH", "INST_PATH");
define("INDEX_PATH", dirname(__FILE__)."/");
// define your language file, ex: en; ro; de;
$LANG = "en";//fr
define("VERSION", "1.1.0"); //7 dec 2006
// changed
Thanks..
Lee (uk)