Mmm originalfilen, såklart.
Jag är supernybörjare på just detta, fattade inte förrän alldeles nyss att det var en helt annan fil det handlade om. Den ser ut som nedan, och jag vet inte vilken som är rad 8 eftersom jag inte vet vilken rad man börjar räkna från.
#
# Additional PHP Apache directives,
# part of the entropy.ch PHP package for Mac OS X
#
# For more information, go to http://www.entropy.ch/software/macosx/php/
#
LoadModule php5_module /usr/local/php5/libphp5.so
<IfDefine APACHE1>
AddModule mod_php5.c
</IfDefine>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>