使用 htaccess 文件阻止访问 WordPress 站点中的特定 url
我想拒绝访问 URL www.example.com/EmployeeDirectory/?data=employes
。我已在 .htaccess 文件中插入以下代码
RewriteEngine on
RewriteCond %{THE_REQUEST} /\?.+=.+ [NC]
RewriteRule ^ - [F]
问题是,当我添加以下代码时,我什至无法访问 www.example.com/EmplyeeDirectory
页面。
I want to deny access to the URL www.example.com/EmployeeDirectory/?data=employes
. I have inserted the following code in the .htaccess file
RewriteEngine on
RewriteCond %{THE_REQUEST} /\?.+=.+ [NC]
RewriteRule ^ - [F]
The problem is when i add the following code i can't access even to www.example.com/EmplyeeDirectory
page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论