有时将帖子保存为草稿,它表示拒绝访问您无权访问“mywebsite.com/wp-admin/post.php”

时间:2018-04-09 12:57:32

标签: wordpress .htaccess

有时只会发生这种情况,当我尝试将帖子保存为草稿时,其内容具有锚定目标=“_空白”,它会在保存Access Denied

时抛出错误

enter image description here

我在本地设置它并且工作正常。

我试过下面的代码,但没有用。

<FilesMatch "\.(?i:php)$">
  <IfModule !mod_authz_core.c>
   Order allow,deny
   Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>

0 个答案:

没有答案