限制直接文件访问htaccess

时间:2016-08-30 16:36:24

标签: apache .htaccess

我需要帮助来配置.htaccess文件以限制直接文件访问,但希望内部包含的文件像图像和pdf一样工作

order deny,allow
deny from all
allow from 127.0.0.1

帮助!!

提前致谢:)

0 个答案:

没有答案