ports/lang/php/files/php.conf

9 lines
260 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
LoadModule php${MV}_module ${TRUEPREFIX}/${APACHE_DIR}/${SAPI_SO}
<IfModule mod_php${MV}.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
# Most php configs require this
DirectoryIndex index.php
</IfModule>