I’m running fedora 13 with apache 2.2 and php 5.4. I complied php from source and installed it. I added the following lines to httpd.conf file:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType application/x-httpd-php .php
Apache starts with no errors but when I try run any php files I get a 404 error. I have no idea where to go from here. Anyone have any suggestions?
Thanks in advance