I have trouble running the PhpCodegenie in my
computer running Windows XP. The following error
appears when i run it in my browser:
Directory Listing Denied
This Virtual Directory does not allow contents to be
listed.
Please help me with the problem above, what should be
done to run the phpcodegenie in my computer...
My configuration is set below:
<?
session_start();
define
("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web
/");
/*****************
// Windows Server
define
("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3.0.2
\\"); // no trailing slashes
define("FILE_SEPARATOR", "\\");
// win or nix
define("OS_TYPE","win");
***************/
define("WEB_SEPARATOR","/");
define("APP_PATH",SITE_PATH.FILE_SEPARATOR."app");
define
("WEB_PATH",SITE_PATH.FILE_SEPARATOR."web");
// Specify the language that you want to use
phpCodeGenie in
// You can make your own language file if it does
exist yet
// and send your contribution back to phpCodeGenie
define
("LANGUAGE_FILE",APP_PATH.FILE_SEPARATOR."language".FI
LE_SEPARATOR."lang_english.inc.php");
define
("CONFIG_COMPONENT",APP_PATH.FILE_SEPARATOR."settings"
);
define
("CONFIG_FILE",CONFIG_COMPONENT.FILE_SEPARATOR."defini
tions.inc.php");
include_once(CONFIG_FILE);
?>
Logged In: YES
user_id=1225871
hi
you have under
// Windows Server
define
("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3.0.2\\");
// no trailing slashes
try:
("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3.0.2"); //
no trailing slashes
without those last 2 slashes
Logged In: NO
Tnx for the reply, repcode128 i will try that....
Logged In: NO
Hi repcode128 Tnx for the previous reply. I still have
trouble running it. when i type
http://localhost/phpCodegenie3.0.2/web i get nothing but
blank screen in the IE explorer...
Tnx....