I think I understand what is happening to you. First check your httpd.conf file for the extra php module lines and comment them out, just to clean up the error.
There is a loading order to default file names. you may alter this in your httpd.conf file under DirectoryIndex alternatly you could add an .htaccess file the folder with the PHP files containing the following line, which is what is in your httpd.conf #.htaccess DirectoryIndex index.php default.php index.shtml index.html index.html The stepXstep has a info file on .htaccess use for webservers. I have used php-nuke but used cpanel to set it up so cant really help there. HTH On 25 Mar 2003 22:29:53 -0800 - Ted Ozolins <[EMAIL PROTECTED]> wrote the following Re: Re: mysql >On Tue, 2003-03-25 at 10:15, ronnie gauthier wrote: >> >From my httpd.conf, ><SNIP> > >I noticed after several attemps at httpd.conf that when starting apache >I get : > >[Tue Mar 25 22:20:32 2003] [warn] module mod_php4.c is already added, >skipping >[Tue Mar 25 22:20:32 2003] [warn] module mod_ssl.c is already added, >skipping >/usr/sbin/apachectl start: httpd started >[EMAIL PROTECTED]:~# >This at least would indicate that mos_php is being loaded or has been >loaded or at least listed. But when I point my browser (mozilla) at this >url I still get the index.html (of course) but if I move index.html out >of the way and index.php is left, I get a page with an index like file >manager instead. What am I missing here. As you probably guessed, I know >nothing about setting up Apache other then what I've gleamed from TFM. I >sure could use some help here. Especially from someone who has set up >php-nuke. > >TIA >> >Ted Ozolins (VE7TVO) >Westbank, B. C. > >Powered by Slackware 8.1, sent with Evolution > >_______________________________________________ >Linux-users mailing list >[EMAIL PROTECTED] >Unsubscribe/Suspend/Etc -> >http://www.linux-sxs.org/mailman/listinfo/linux-users _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
