Index of /phpCodeGenie3.0.2
Name Last modified Size Description
--------------------------------------------------------------------------------
Parent Directory 23-Feb-2006 13:22 -
app/ 23-Feb-2006 13:32 -
docs/ 23-Feb-2006 13:33 -
filesCopyTemplate/ 23-Feb-2006 13:33 -
web/ 23-Feb-2006 13:40 -
Is this where I'm supposed to be to get this thing to work? I'm so ready to give up, but it looks like I'm actually getting somewhere. Please let me know.
Thanks ahead of time,
TickleMe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm no expert but it may be something to do with a server default in the absence of an 'index.html' file that is the usual default if you don't specify a file.
Regards
Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Index of /phpCodeGenie3.0.2
Name Last modified Size Description
--------------------------------------------------------------------------------
Parent Directory 23-Feb-2006 13:22 -
app/ 23-Feb-2006 13:32 -
docs/ 23-Feb-2006 13:33 -
filesCopyTemplate/ 23-Feb-2006 13:33 -
web/ 23-Feb-2006 13:40 -
Is this where I'm supposed to be to get this thing to work? I'm so ready to give up, but it looks like I'm actually getting somewhere. Please let me know.
Thanks ahead of time,
TickleMe
Maybe you're not far off! What should work if you put it in your browser address bar is:
http://localhost/phpCodeGenie3.0.2/index.php
I get something like you did if I just put in:
http://localhost/phpCodeGenie3.0.2 (without specifying 'index.php').
I'm no expert but it may be something to do with a server default in the absence of an 'index.html' file that is the usual default if you don't specify a file.
Regards
Andy
In your httpd.conf (or apache2.conf on version 2) there's a directive which you need to edit:
DirectoryIndex index.html index.cgi
Just add index.php to this line, and then you wont have to specify the index file with every request.
And don't forget to restart Apache!!!