Rumah  >  Artikel  >  php教程  >  PHP本地域名解析教程

PHP本地域名解析教程

WBOY
WBOYasal
2016-06-06 19:56:021157semak imbas

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本地域名解析教程

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Artikel sebelumnya:从权限入手解决IIS+PHP环境故障Artikel seterusnya:六步解决php的utf