Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by henke37: http://wiki.apache.org/httpd/PHPOnWindows The comment on the change is: better comments ------------------------------------------------------------------------------ #load the sapi module for apache LoadModule php5_module "C:\server\php5.2\php5apache2_2.dll" - #let's not guess where the file is + #let's not guess where php.ini is PHPIniDir "C:/server/php5.2" - #hook the extensions + #hook the file extensions AddHandler application/x-httpd-php .php AddHandler application/x-httpd-php-source .phps - #hook index.php as a dirlist filename + #hook index.php as a directorylist filename #it will not remove any other names that has been set, like index.html DirectoryIndex index.php }}}
