英文:
Confused about the file
问题
如何弄清楚这个文件发生了什么?
http://busyfast.com/saadrtawegfaVaAWERWF/htaccess_wkbl_test_20180503.txt
关于这个文件,我没有得到任何解释,可能我在想得太多,但我感到困惑。我对这个主题还很陌生,真的希望彻底了解其中的一切。
英文:
How do I figure out what is going on with this file?
http://busyfast.com/saadrtawegfaVaAWERWF/htaccess_wkbl_test_20180503.txt
I was given no explanation regarding this file and I could be overthinking but am at a loss. I am still new to this subject and really want to thoroughly understand all of it.
答案1
得分: 1
@Lyz Allen,
.htaccess
文件是位于您网站文件根目录中的 Apache 服务器配置文件。
这些是服务器基本选项,WordPress 可以写入此文件。优化和安全插件会添加/编辑此文件。您可以使用此文件编写规则并访问文件和目录。
我已经包含了有关 .htaccess
配置的参考链接。
这里是一个参考链接:
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Apache_Configuration_htaccess
希望这有所帮助。
英文:
@Lyz Allen,
The .htaccess file is an Apache server configuration file located in the root directory of your website files.
These are server base options, and WordPress can write to this file. Optimization and security plugins will add/edit this file. You can write rules and access files and directories with this file.
I have included a reference on .htaccess
configurations.
Here is a reference:
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Apache_Configuration_htaccess
Hope this helps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论