欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

windows 域名+虚拟目录 (php)

程序员文章站 2024-01-02 11:29:52
...
1.修改windows 域名
C:\WINDOWS\system32\drivers\etc\hosts
127.0.0.1 localhost

192.168.0.100 abc
127.0.0.2 a

2.修改apache的虚拟目录
C:\xampp\apache\conf\extra\httpd-vhosts.conf

ServerName tradesns
DocumentRoot D:/tradesns

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.html index.htm default.htm index.php default.php
AllowOverride all
Order Deny,Allow
Allow from all


ServerName a
DocumentRoot D:/tradesns2

Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.html index.htm default.htm index.php default.php
AllowOverride all
Order Deny,Allow
Allow from all

上一篇:

下一篇: