[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Can access index.html but get error on index.php
- Subject: [cobalt-users] Can access index.html but get error on index.php
- From: Paul Ferwerda <paul@xxxxxxxxxxxx>
- Date: Sat Dec 1 12:13:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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