wordpress 403禁止错误

时间:2013-11-15 17:43:28

标签: wordpress .htaccess

我在我的一个客户端域上安装了wordpress,wordpress安装在根目录中。该网站工作正常,但从昨天起它出现以下错误。

enter image description here

请帮忙解决这个问题。 这是htaccess

 # For security reasons, Option followsymlinks cannot be overridden.
#Options FollowSymLinks MultiViews Indexes ExecCGI
Options SymLinksIfOwnerMatch MultiViews Indexes ExecCGI

AddType application/x-httpd-cgi .root

AddHandler cgi-script .root
AddHandler cgi-script .root

添加了此默认的wordpress规则,但仍然存在相同的错误

# BEGIN WordPress

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

# END WordPress

0 个答案:

没有答案
相关问题