.htaccess文件无法在live hostinger上的wordpress中保存

时间:2016-01-30 09:07:57

标签: wordpress .htaccess

下面是我在livepress上的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

1 个答案:

答案 0 :(得分:0)

停用安全插件,有些插件可以保护.htaccess文件