8 lines
260 B
Text
8 lines
260 B
Text
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>
|