apache xampp 目录防止解析php

Posted cndavy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache xampp 目录防止解析php相关的知识,希望对你有一定的参考价值。

修改 httpd.conf 增加

 

<Directory "F:\xampp\htdocs\test\qingdao\data\data">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
php_admin_flag engine off
# <filesmatch "(.*)php">
## Order deny,allow
# Deny from all
# Allow from 127.0.0.1
# </filesmatch>
# <filesmatch "(.*)txt">
# Allow from all
# </filesmatch>

</Directory>

以上是关于apache xampp 目录防止解析php的主要内容,如果未能解决你的问题,请参考以下文章

XAMPP修改Apache默认网站目录htdocs的详解

更改 apache (xampp) 中的 web 根目录

XAMPP Apache 服务器添加虚拟目录

Xampp Apache,无法访问其他目录中的文件

xampp怎么启动apache服务

如何修改XAMPP默认网站目录