Forum Moderators: phranque
I just installed ubuntu server 64bit version on an amd64 and am configuring apache.
If I go to http://example.com/index.php the script works fine. If I go to http://example.com the server spits out the php code.
DirectoryIndex index.html index.php
Any ideas?
Jimmy
[edited by: jdMorgan at 4:35 pm (utc) on Mar. 6, 2007]
[edit reason] Example.com [/edit]
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .html .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>
for me this is ok since these servers do not have any .html files on it .... i presume i have the apache config messed up somewhere and that my workaround is probably just lame ... but now it works ... :)