> ## Content Index
> Fetch the complete content index at: https://yinguobing.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# Wordpress：Server unable to read htaccess file
- URL: https://yinguobing.com/blog/wordpress-error-server-unable-to-read-htaccess-file/
- Published: 2015-04-22T13:54:13.000Z
- Updated: 2022-05-29T07:31:15.000Z
- Description: htaccess的文件权限问题。
- Author: 尹国冰
- Tags: 生活故事

自托管的Wordpress突然冒出这个错误，感觉自己好像也没有做什么特殊的操作。百度了半天未果。今天试了一些Bing搜索，大部分的结论是Public\_html文件夹的权限错误。按照提示将目录权限由目前的705更改成755，网站又正常了。