码迷,mamicode.com
首页 > Windows程序 > 详细

Apache PHP in Windows

时间:2015-09-16 19:55:58      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

https://www.apachefriends.org/index.html

 

1,change the Apache listen to 808

C:\xampp\apache\conf\httpd.conf

#Listen 12.34.56.78:80
Listen 808

 

2, set the project folder

suppose the PHP project project1 in the path  C:\Users\jacshen\Documents\NetBeansProjects, so we need to make the DocumentRoot and Directory in file xampp\apache\conf\httpd.conf points to it.

DocumentRoot "C:\Users\jacshen\Documents\NetBeansProjects"
<Directory "C:\Users\jacshen\Documents\NetBeansProjects">

 

Apache PHP in Windows

标签:

原文地址:http://www.cnblogs.com/WCFGROUP/p/4814060.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!