04cf0920f3
update patches while here
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
LoadModule php5_module !!PREFIX!!/lib/php-!!PV!!/libphp5.so
|
|
|
|
<IfModule mod_php5.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>
|