kr651129 said:Thanks for the reply, I've done that already after following the handbook and I still cant get it working.
kr651129 said:... I've done that already after following the handbook ...
AddModule mod_php5.c
<IfModule mod_php5.c>
DirectoryIndex index.php index.html
</IfModule>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
# apachectl configtest
kr651129 said:Thanks for the help everyone, maybe I'm missing something? I did exactly what you said rolf and my php pages are still showing up as code?
LoadModule php5_module libexec/apache22/libphp5.so
# cd /usr/ports/lang/php5; make config
# make deinstall install clean
.