admin管理员组文章数量:1335176
I'm running a WP+WOO site for a client and thought that a simple way to secure the admin login area would be to password protect it. The problem is that sometimes (especially on WooCommerce pages) there's one or two files that get called from /wp-admin and this triggers the login popup. I've googled a lot on how to do this with htaccess but I couldn't find anything, and the closes thing I found is 10 years old and is not working for me.
Any ideas on how to achieve this?
I'm running a WP+WOO site for a client and thought that a simple way to secure the admin login area would be to password protect it. The problem is that sometimes (especially on WooCommerce pages) there's one or two files that get called from /wp-admin and this triggers the login popup. I've googled a lot on how to do this with htaccess but I couldn't find anything, and the closes thing I found is 10 years old and is not working for me.
Any ideas on how to achieve this?
Share Improve this question asked Jul 18, 2020 at 23:24 JayJay 111 silver badge5 bronze badges 2- 1 Questions about WordPress are out of scope here at Super User – Ramhound Commented Jul 18, 2020 at 23:37
- You mean /wp-admin/admin-ajax.php ? Yes, that was used for AJAX requests before the new REST API, and it looks like WooCommerce does still use it, yes. Can you make an exception for that in your authentication config? Is there anything else it tries to request? – Rup Commented Jul 19, 2020 at 0:54
1 Answer
Reset to default 2As far as I know, the few files that you are talking about are always going to be the same, that means you can add exceptions to your .htaccess
and "let them go through the cracks".
With an example of code from what you wrote so far may help us direct you on how to proceed to do this.
Here is an example of how this is generally done although that uses old code (Allow
/Deny
) which I don't recommend. It shows you how to change the Deny
into an Allow
using the <FilesMatch>
tag.
本文标签: htaccessPassword protect directory but not files
版权声明:本文标题:htaccess - Password protect directory but not files 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742249900a2440554.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论