PHP:
LoadModule php5_module D:\wamp\php\php5apache2_2.dll
PHPIniDir D:\wamp\php
AddType application/x-httpd-php .php
DirectoryIndex index.htm
DirectoryIndex index.html
DirectoryIndex index.php
PHP load MySQL:
除了要把php的ext下需要加載的dll放到系統(tǒng)的system32目錄下外,還要把php.ini里的一項(xiàng):extension_dir設(shè)置一下,要不然它可能會(huì)默認(rèn)的向C盤(pán)查找,至少apache2.2和php5.3.1的搭配是這樣的。
比如這樣設(shè)置:extension_dir = "d:/wamp/php/ext",呵呵廢話,一看名字就明白意思。