## 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.soAddType application/x-httpd-php php .php3## Cause the PHP interPReter handle files with a .php extension.# SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288## Add index.php to the list of files that will be served as directory# indexes.#DirectoryIndex index.php