Files

9 lines
249 B
Plaintext
Raw Permalink Normal View History

2024-07-07 12:50:11 +00:00
LoadModule php_module ${TRUEPREFIX}/${APACHE_DIR}/libphp.so
2024-07-07 12:50:11 +00:00
<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>