my installation was working fine. And the scripts show php. I have an info.php file that shows up fine. Then I tried making index.php be loaded before index.html and I get the above error in the error log, when I access my page just with the root, then index.html is showed.
Iīm almost sure itīs an apache config mistake, but I canīt seem to find it.
Some excerpts: ... LoadModule php5_module /usr/lib/httpd/modules/libphp5.so ... <Directory /> Options FollowSymLinks AllowOverride None </Directory> ... DirectoryIndex index.php index.html index.html.var ... <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> <Files *.php> SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288 </Files> ... AddType application/x-httpd-php .php ... the error apears everytime I access a php page. Any help would be apreciated ;)
Sebastian