.htaccess文件不能保存在实时主机的WordPress中



下面是我在Live hostinger上的wordpress中的.htaccess文件。我正在尝试更新(更改)此.htaccess文件,但无法保存或更新,为什么会发生这种情况,请建议我。

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

停用安全插件,某些插件保护.htaccess文件

最新更新