ajacoutot 618bdb73de - s/LOCALBASE/PREFIX/
"of course" robert@
2008-08-21 15:51:51 +00:00

9 lines
243 B
Plaintext

LoadModule php5_module !!PREFIX!!/lib/php/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>