php
date.timezone = Asia/Shanghai
extension_dir = "C:/php5/ext"
extension=php_curl.dll
extension=php_gd2.dll
extension=php_mbstring.dll
extension=php_mysql.dll
extension=php_pdo_mysql.dll
extension=php_pdo_odbc.dll
extension=php_xmlrpc.dll
Apache httpd
ServerRoot "c:/Apache24"
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule php5_module "c:/php5/php5apache2_4.dll"
PHPIniDir "c:/php5"
AddType application/x-httpd-php .php .html .htm
<Directory />
AllowOverride All
Options FollowSymLinks
</Directory>
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>