# PHP Configuration for Apache # # Load the apache module # LoadModule php5_module j:/apps/php5/apache2/modphp5.dll # # Cause the PHP interpreter handle files with a .php extension. # # #SetOutputFilter PHP #SetInputFilter PHP #LimitRequestBody 9524288 # #Uncomment these three lines for module # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType text/html .php AddHandler php-script .php AddHandler php5-script .php # Use FastCGI instead of module # # Action php-script /cgi-bin/php.exe # Action php5-script /cgi-bin/php.exe # Action application/x-httpd-php /cgi-bin/php.exe # Action application/x-httpd-php-source /cgi-bin/php.exe # # Add index.php to the list of files that will be served as directory # indexes. # DirectoryIndex index.php