xampp403 forbidden怎么解决
1个回答
展开全部
第一步:注销,如下样式:
#DocumentRoot "C:/myenv/apache/htdocs"
第二步:启动虚拟主机的配置,如下样式:
Include conf/extra/httpd-vhosts.conf
第三步:配置httpd-vhosts.conf,增加如下样式:
<VirtualHost *:80> DocumentRoot "D:/myblog2" ServerName seophp.example.com DirectoryIndex test.html index.html index.htm index.php <Directory /> Options FollowSymLinks#AllowOverride None 不许可别人修改我们的页面 AllowOverride None Order allow,deny Allow from all </Directory></VirtualHost>
注意标点符号,apache对中英标点号是不检测的,但是运行会出问题。
如果不行就看一下\apache\logs\error.log转上看看。
你这些是否是多余的
《httpd.conf检查了httpd-vhosts.conf是打开的httpd-vhosts.conf中的配置如下:NameVirtualHost 127.0.0.1:80<VirtualHost 127.0.0.1:80> DocumentRoot "D:/xampp/htdocs" ServerName localhost</VirtualHost>
》
#DocumentRoot "C:/myenv/apache/htdocs"
第二步:启动虚拟主机的配置,如下样式:
Include conf/extra/httpd-vhosts.conf
第三步:配置httpd-vhosts.conf,增加如下样式:
<VirtualHost *:80> DocumentRoot "D:/myblog2" ServerName seophp.example.com DirectoryIndex test.html index.html index.htm index.php <Directory /> Options FollowSymLinks#AllowOverride None 不许可别人修改我们的页面 AllowOverride None Order allow,deny Allow from all </Directory></VirtualHost>
注意标点符号,apache对中英标点号是不检测的,但是运行会出问题。
如果不行就看一下\apache\logs\error.log转上看看。
你这些是否是多余的
《httpd.conf检查了httpd-vhosts.conf是打开的httpd-vhosts.conf中的配置如下:NameVirtualHost 127.0.0.1:80<VirtualHost 127.0.0.1:80> DocumentRoot "D:/xampp/htdocs" ServerName localhost</VirtualHost>
》
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询