gpt4 book ai didi

php - .htaccess。拒绝 root,允许特定的子文件夹。可能的?

转载 作者:IT王子 更新时间:2023-10-29 00:00:48 27 4
gpt4 key购买 nike

如何拒绝访问 http://sub.mydomain.com/ ,但允许(完全)http://sub.mydomain.com/test (或 http://sub.mydomain.com/test/)

http://sub.mydomain.com/test/ 后面有一个 magento 后端

最佳答案

.htaccess 指令 apply to that directory, and all subdirectories thereof ,所以你应该禁止在你的 DocumentRoot 中访问,

http://sub.mydomain.com/.htaccess :

Order deny,allow
Deny from all

并在您希望允许访问的任何特定子目录中覆盖它,

http://sub.mydomain.com/test/.htaccess :

Order allow,deny
Allow from all

关于php - .htaccess。拒绝 root,允许特定的子文件夹。可能的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7649794/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com