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的主要内容,如果未能解决你的问题,请参考以下文章