DaPortal

LoadModule php5_module lib/httpd/mod_php5.so
<IfModule php5_module>
AddHandler application/x-httpd-php .php
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
</IfModule>