AuthUserFile,两个cms

时间:2016-12-28 16:20:09

标签: php wordpress .htaccess prestashop prestashop-1.6

在单个域上我安装了两个cms:

  • 的PrestaShop
  • WordPress的

在这个结构中: 主目录PrestaShop +文件夹博客。 在博客目录中我安装了Wordpress。

对于安全问题,我在博客中包含了.htaccess这个字符串:

<FilesMatch "wp-login.php$">

  AuthName "Protezione WordPress"
  AuthType Basic
  AuthUserFile /home/[name host]/public_html/blog/wordpress.htpasswd

  Require valid-user

  ErrorDocument 401 /e.html
</FilesMatch>

如果我进入wp-admin,我输入404 PrestaShop。

我输入了一个控件:

die ();
index.php中的

(PrestaShop安装) 用这个修改工作。为什么呢?

我哪里错了?

0 个答案:

没有答案