WampServer环境下虚拟主机配置
发布网友
发布时间:2022-05-01 20:30
我来回答
共1个回答
热心网友
时间:2023-10-25 02:09
开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
虚拟主机配置:
#配置自己的虚拟主机
<VirtualHost *:80>
#网站目录,如果在www目录下的php目录,下面就填写F:/www/phpp
DocumentRoot "F:/www"
#域名
ServerName localhost
#这里配置欢迎首页面
DirectoryIndex index.html index.htm index.php
<Directory />
Options FollowSymLinks
#不允许别人修改我们的页面
AllowOverride None
#设置访问权限
order allow,deny
Allow from all
</Directory>
</VirtualHost>
追问开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
我就是这一步做不成功,去了之后,它就不能重启了,我用的是
WampServer环境
热心网友
时间:2023-10-25 02:09
开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
虚拟主机配置:
#配置自己的虚拟主机
<VirtualHost *:80>
#网站目录,如果在www目录下的php目录,下面就填写F:/www/phpp
DocumentRoot "F:/www"
#域名
ServerName localhost
#这里配置欢迎首页面
DirectoryIndex index.html index.htm index.php
<Directory />
Options FollowSymLinks
#不允许别人修改我们的页面
AllowOverride None
#设置访问权限
order allow,deny
Allow from all
</Directory>
</VirtualHost>
追问开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
我就是这一步做不成功,去了之后,它就不能重启了,我用的是
WampServer环境
热心网友
时间:2023-10-25 02:09
开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
虚拟主机配置:
#配置自己的虚拟主机
<VirtualHost *:80>
#网站目录,如果在www目录下的php目录,下面就填写F:/www/phpp
DocumentRoot "F:/www"
#域名
ServerName localhost
#这里配置欢迎首页面
DirectoryIndex index.html index.htm index.php
<Directory />
Options FollowSymLinks
#不允许别人修改我们的页面
AllowOverride None
#设置访问权限
order allow,deny
Allow from all
</Directory>
</VirtualHost>
追问开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
我就是这一步做不成功,去了之后,它就不能重启了,我用的是
WampServer环境
热心网友
时间:2023-10-25 02:09
开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
虚拟主机配置:
#配置自己的虚拟主机
<VirtualHost *:80>
#网站目录,如果在www目录下的php目录,下面就填写F:/www/phpp
DocumentRoot "F:/www"
#域名
ServerName localhost
#这里配置欢迎首页面
DirectoryIndex index.html index.htm index.php
<Directory />
Options FollowSymLinks
#不允许别人修改我们的页面
AllowOverride None
#设置访问权限
order allow,deny
Allow from all
</Directory>
</VirtualHost>
追问开启虚拟主机是在conf/httpd.conf里面的
#Include conf/extra/httpd-vhosts.conf
把#去掉就开启虚拟主机了。
我就是这一步做不成功,去了之后,它就不能重启了,我用的是
WampServer环境