修改 httpd.conf 增加
<Directory "F:xampphtdocs estqingdaodatadata">
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>