wampserver配置问题

不会飞的燕子 2012-06-11 11:30:36
<VirtualHost *:80>
ServerAdmin www.mytest.com
DocumentRoot "D:/wwwroot/mytest.com"
ServerName mytest.com
ErrorLog "logs/mytest-host.localhost-error.log"
CustomLog "logs/mytest-host.localhost-access.log" common
</VirtualHost>

这样配置后的网站只是把域名localhost改变成www.mytest.com而已,怎样才能把www.mytest.com变成自己想要的网址啊???
求各位高手帮帮忙!!
hosts也配置了!192.168.16.39 www.mytest.com
不知道哪里配置错了,求帮助!!
...全文
149 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
qq120848369 2012-06-11
  • 打赏
  • 举报
回复
或者你在根目录下放一个index.html/index.php,这样才不会列出目录。
qq120848369 2012-06-11
  • 打赏
  • 举报
回复
是不是开INDEX了啊,关掉。
一起混吧 2012-06-11
  • 打赏
  • 举报
回复
<VirtualHost *:80>
ServerAdmin www.mytest.com
DocumentRoot "D:/wwwroot/mytest.com"
ServerName mytest.com
<Directory "D:/wwwroot/mytest.com">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog "logs/mytest-host.localhost-error.log"
CustomLog "logs/mytest-host.localhost-access.log" common
</VirtualHost>

另外 httpd.conf 打开 vhost了吗
不会飞的燕子 2012-06-11
  • 打赏
  • 举报
回复
= = 意思是,怎样把自己命名的文件名,直接拿来做网址
例如D:\wwwroot\mytest.com
怎样才能把 mytest.com 这个文件直接变成网址域名,直接读里面的设置好的网站
不会飞的燕子 2012-06-11
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 的回复:]

自己想要的网址 是什么意思啊?
www.mytest.com 能访问了吗
[/Quote]


可以!但是他打开的是整个根目录
一起混吧 2012-06-11
  • 打赏
  • 举报
回复
自己想要的网址 是什么意思啊?
www.mytest.com 能访问了吗
qq120848369 2012-06-11
  • 打赏
  • 举报
回复
what do you mean
不会飞的燕子 2012-06-11
  • 打赏
  • 举报
回复
[Quote=引用 10 楼 的回复:]

# Virtual hosts
Include conf/extra/httpd-vhosts.conf
[/Quote]

嗯嗯,O(∩_∩)O谢谢!!!可以了
一起混吧 2012-06-11
  • 打赏
  • 举报
回复
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
不会飞的燕子 2012-06-11
  • 打赏
  • 举报
回复
[Quote=引用 5 楼 的回复:]

<VirtualHost *:80>
ServerAdmin www.mytest.com
DocumentRoot "D:/wwwroot/mytest.com"
ServerName mytest.com
<Directory "D:/wwwroot/mytest.com">
Options Indexes FollowSymLinks Includes ……
[/Quote]


怎么打开vhost
不会飞的燕子 2012-06-11
  • 打赏
  • 举报
回复
[Quote=引用 7 楼 的回复:]

或者你在根目录下放一个index.html/index.php,这样才不会列出目录。
[/Quote]

我把根目录的index 直接删了,还是只能读到文件夹www.mytest.com/mytest.com/ 这样

21,886

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧