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

PHP本地域名解析教程

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 19:56:02
Original
1237 people have browsed it

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 of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template