Home > Backend Development > PHP Tutorial > appserv如何修改虚拟目录

appserv如何修改虚拟目录

WBOY
Release: 2016-06-13 13:40:04
Original
1285 people have browsed it

appserv怎么修改虚拟目录
以前使用wamp+myeclipse for php,可是经常出现这种情况,烦的不能再烦了,如图,解决不掉,一怒之下换了appserv+dreamweaver cs5这样的组合,可是出现的问题是不能修改虚拟目录,也是很麻烦,请诸位高手给点意见,谢谢!

------解决方案--------------------
在httpd.conf最后添加
NameVirtualHost *:81

ServerName 域名
DocumentRoot "路径"

Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template