Re: Changing default apache index page

2012-07-18 Thread Stephen Wynne
Please look at conf/httpd.conf for an oblique reference to conf.d/welcome.conf. You may find a "Include conf.d/*.conf" statement. Break these out into specific includes for what you need. On 07/17/2012 08:44 PM, Alex wrote: Hi, I have an fc17 box with a few virtual hosts, all of which have in

Re: Changing default apache index page

2012-07-18 Thread Tim
On Tue, 2012-07-17 at 20:44 -0400, Alex wrote: > I have an fc17 box with a few virtual hosts, all of which have > index.php as their index page. For some reason it continues to go to > the default fedora welcome page, despite there being an index.php in > the document root. > > Even with the only

Re: Changing default apache index page

2012-07-17 Thread NĂ©stor
What is your DocumentRoot set to? Is php set and running? Also go to the DoumentRoot and if there is a index.html then rename it or move it to something else like indexx.html see if that displays your php page. On Tue, Jul 17, 2012 at 5:44 PM, Alex wrote: > Hi, > > I have an fc17 box with a fe

Changing default apache index page

2012-07-17 Thread Alex
Hi, I have an fc17 box with a few virtual hosts, all of which have index.php as their index page. For some reason it continues to go to the default fedora welcome page, despite there being an index.php in the document root. Even with the only reference to DirectoryIndex in httpd.conf being "Direc