LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   apache2 .html pages not being parsed (https://www.linuxquestions.org/questions/debian-26/apache2-html-pages-not-being-parsed-534277/)

mgichoga 03-03-2007 03:45 PM

apache2 .html pages not being parsed
 
I have apache built but when I put an index.html it does not recognize it but rather brings the directory structure instead. However if there's a index.php it goes ahead and loads the page like a webpage. Any ideas how to fix this?

tbutttbutt 03-03-2007 08:58 PM

you should have a line like:

DirectoryIndex index.html index.html.var

in your /etc/httpd/conf/httpd.conf file. This should be there by default, but check if it is there and uncommented.


All times are GMT -5. The time now is 02:25 PM.