摘要:
一、首先打开IIS,将IIS的端口改成81,不要让IIS占用了80端口二、打开APACHE的httpd.conf配置文件,将里面的端口配置成80三、打开APACHE的虚拟目录配置文件,如:httpd-vhosts.conf 文件,如: DocumentRoot "D:/wamp/www" Options FollowSymLinks IncludesNOEXEC Indexes DirectoryIndex index.php index.html index.asp default.html AllowOverride Options FileInfo Order D.. 阅读全文