php的在windows上的运行环境每次搭建一次脱层皮,各种折腾。
主要原因:
#httpd-2.4.16-x64-vc11\Apache24\conf # 默认的Define SRVROOT "/Apache24"改为自己的apache目录 Define SRVROOT "E:\\php\\httpd-2.4.16-x64-vc11\\Apache24" ServerRoot "${SRVROOT}"
date.timez
# 默认的Define SRVROOT "/Apache24"改为自己的apache目录 Define SRVROOT "E:\\php\\httpd-2.4.16-x64-vc11\\Apache24" ServerRoot "${SRVROOT}" #define php.ini PHPIniDir "E:\\php\\php-5.6.11-Win32-VC11-x64" LoadModule rewrite_module modules/mod_rewrite.so LoadModule php5_module E:\\php\\php-5.6.11-Win32-VC11-x64\\php5apache2_4.dll #define php.ini PHPIniDir "E:\\php\\php-5.6.11-Win32-VC11-x64\\" DocumentRoot "E:\\php\\wwwroot" <Directory "E:\\php\\wwwroot"> DirectoryIndex index.html index.php AddType application/x-httpd-php .php
#wwwroot\phpinfo.php <?php phpinfo(); ?>
以上就介绍了windows7x64 apache php环境搭建,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。