Home > Backend Development > PHP Tutorial > ,在用xampp的环境下怎么打开本地php项目

,在用xampp的环境下怎么打开本地php项目

WBOY
Release: 2016-06-20 12:42:56
Original
2749 people have browsed it

在环境正常的情况下,有一个别人的php项目,然后将它放在了htdocs目录下,然后开启了服务,在浏览器里输入了本地地址,可是出现 的情况,所以怎么才能在xampp的环境下打开php项目?


回复讨论(解决方案)

你要配置多域名才可以直接访问。

我用的xampp 的话也是按照apache的配置方法配置吗?

在httpd.conf 找到 directory 那一节设置,改为下面的试试。(改完记得重启下Apache)


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

在httpd.conf 找到 directory 那一节设置,改为下面的试试。(改完记得重启下Apache)


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

   好的

大神,能告诉我这是为什么吗?

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