2004-09-09 10:36:43 +00:00
|
|
|
#
|
|
|
|
# PHP is an HTML-embedded scripting language which attempts to make it
|
|
|
|
# easy for developers to write dynamically generated webpages.
|
|
|
|
#
|
|
|
|
|
|
|
|
LoadModule php4_module modules/libphp4.so
|
|
|
|
|
|
|
|
#
|
2004-09-09 10:40:26 +00:00
|
|
|
# Cause the PHP interpreter to handle files with a .php extension.
|
2004-09-09 10:36:43 +00:00
|
|
|
#
|
2004-09-09 10:40:26 +00:00
|
|
|
AddType application/x-httpd-php .php
|
2004-09-09 10:43:56 +00:00
|
|
|
# AddType application/x-httpd-php-source .phps
|
2004-09-09 10:36:43 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Add index.php to the list of files that will be served as directory
|
|
|
|
# indexes.
|
|
|
|
#
|
|
|
|
DirectoryIndex index.php
|