?
httpd.conf
?
?
- LoadModule php5_module "c:/php-5.4.14/php5apache2_2.dll"
- PHPIniDir "C:/php-5.4.14"
- <IfModule mime_module> 中增加?
? ? ? ? ? ?AddType application/x-httpd-php .php
? ? ? ? ? ? AddType application/x-httpd-php-source .phps
- <IfModule dir_module> 变成
<IfModule dir_module>
? ? DirectoryIndex index.html index.php
</IfModule>
?
注意:php下载线程安全版本