i had no problems except for ONE,
Quote:
04. Still in httpd.conf, set the files that Apache will serve if a directory is requested. Find:
DirectoryIndex index.html index.html.var
REPLACE it with:
DirectoryIndex index.php index.html index.php.var index.html.var
|
I couldnt follow that step...because "DirectoryIndex index.html index.html.var" wasnt in my config file. And i'm guessing that's why i dont get directed to index.php when i go to my forums directory or my phpMyAdmin directory. How can i fix that?