English 中文(简体)
如何在使用Zentd Community CE的窗户机器上适当设立虚拟主机?
原标题:How to set up virtual hosts properly on a windows machine using Zend Community CE?

我在窗户机器上安装了Zentd服务器CE,并且设置了虚拟主机的时间最短。 无论我做什么,我当地机器上的联系都显示,道路上的“当地传承”,造成所有图像和与不适当工作的联系。

我在我的影子档案中有以下内容,在现场负荷工作时,大多数链接显示“当地东道”。 请提供帮助。

NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot D:zend_server_ceApache2htdocsdomain.dev
ServerName www.domain.dev
ServerAlias www.domain.dev *.domain.dev domain.dev

<Directory D:zend_server_ceApache2htdocsdomain.dev>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
问题回答

暂无回答




相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签