9 lines
249 B
Plaintext
9 lines
249 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>
|