英文:
/wp-content/wflogs/ips.php for reading and writing
问题
这是什么意思?
我实际上正在上编程课,对这个问题感到困惑!有人可以在不离题的情况下解释一下吗?我已经跟着这个讲师两天了,他总是东拉西扯的...
英文:
what does this mean?
I'm actually in a programming class, and am getting confused over this one! Can anyone explain it without going off topic?? Been following this instructor for 2 days now and he is all over the place...
答案1
得分: 1
这个文件不是WordPress的核心文件;WordFence安全插件添加了它。
WordFence将这个目录/文件添加到存储数据,而不使用数据库来处理安全检查,以在网站连接或访问数据库之前进行检查。
希望这有所帮助。
以下是一些参考链接:https://github.com/PhilippHeuer/wordpress-heroku/issues/16
https://wordpress.org/support/topic/unable-to-open-wp-contentwflogsips-php-for-reading-and-writing/
英文:
This file is not a core WordPress file; the WordFence Security plugin adds it.
WordFence adds this directory/file to store data without using the database to process security checks before the website connects or accesses the database.
I hope this helps.
Here are some references: https://github.com/PhilippHeuer/wordpress-heroku/issues/16
https://wordpress.org/support/topic/unable-to-open-wp-contentwflogsips-php-for-reading-and-writing/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论