Files
ports/lang/php/files/php.conf
T
2024-07-07 12:50:11 +00:00

9 lines
249 B
Plaintext

LoadModule php_module ${TRUEPREFIX}/${APACHE_DIR}/libphp.so
<IfModule mod_php.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>