[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Can access index.html but get error on index.php



I was trying to clean up a web site (not my own) but clearly got in way over my head.  At one point the webserver wasn't serving anything up.

If I access www.blah1.com I get the default index.html

Accessing www.blah1.com/index.php using Opera results in the following helpful message:
Warning:  Failed opening ']ßFvluódÌf/?¶lsgcÉn=EïhË?ÿöý?ík×wÓ
^úÖ-[ѬÍÂ??´ëðÇC?&'| ·áÏ?9"?ÞóÙ?Áå*ÏrpÝ?¿[.gI¾¼ùóèÓ«_¿> ' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0

Accessing www.blah1.com/index.php using IE results in a "The page cannot be displayed" message.

Any ideas as to how to get it to handle the index.php by default? PHP is installed.

srm.conf has:
DirectoryIndex index.html index.htm index.shtml home.html home.htm index.php index.php4 index.phtml
and
AddType application/x-httpd-php .php .php4 .phtml

httpd.conf has:
LoadModule php4_module         /usr/lib/apache/libphp4.so
LoadModule php4_module        lib/apache/libphp4.so
AddModule mod_php4.c

Any ideas? I'm feeling terrible 'cause the site is down and I can't get it back online.

Thanks,
Paul