Hi Linuxquestions!
Finally I've managed to set up my Apache2 server, in Fedora Core 4, and installed PHP5 properly with it.
I've added:
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .php .phtml
to my /apache2/conf/httpd.conf file, but it won't show my PHP code when writing:
http://localhost/
My PHP code isn't wrong, but I don't think it runs the code/compile the code, because if I press view source I can actually see my PHP code, wich I shouldn't be able to, if it ran properly.
Any good ideas about what to do?
Best Regards
Christian Sorensen