Home  >  Article  >  php教程  >  PHP本地域名解析教程

PHP本地域名解析教程

WBOY
WBOYOriginal
2016-06-06 19:56:021157browse

1.找到C:\WINDOWS\system32\drivers\etc\hosts 127.0.0.1 localhost 127.0.0.1 www.zhosoft.com 2.找到C:\wamp\bin\apache\apache2.2.22\conf\httpd.conf文件,打开 # Virtual hosts #Include conf/extra/httpd-vhosts.conf 修改为 # Virtual hosts Include

  1.找到C:\WINDOWS\system32\drivers\etc\hosts

  127.0.0.1 localhost

  127.0.0.1 www.zhosoft.com

  2.找到C:\wamp\bin\apache\apache2.2.22\conf\httpd.conf文件,打开

  # Virtual hosts

  #Include conf/extra/httpd-vhosts.conf

  修改为

  # Virtual hosts

  Include conf/extra/httpd-vhosts.conf

  3.找到文件C:\wamp\bin\apache\apache2.2.22\conf\extra\httpd-vhosts.conf,打开

  最后添加

  ServerAdmin zhosoft@126.com

  DocumentRoot "E:/zhosoft"

  ServerName www.zhosoft.com

  Options Indexes FollowSymLinks

  AllowOverride All

  Order allow,deny

  Allow from all

  4.DW立站点

PHP本地域名解析教程

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn