在httpd.conf最后面加入如下:
Listen 810
ServerAdmin webmaster@name.com
ServerName 192.168.1.100:810
DocumentRoot E:phphtdocsyingkekuaile8tuan
<Directory "E:phphtdocsyingkekuaile8tuan">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all
可实现http://192.168.1.100:810访问 E:\php\htdocs\yingkekuaile8tuan\路径下的php网站.