如何从子域阻止WordPress?

时间:2015-02-12 作者:NuckBook

我有一个安装了wordpress的网站http://www.website.com

Wordpress安装在我的根目录中

我的根目录中还有多个子域/子文件夹,如何阻止

来自这些子域文件夹的wordpress

喜欢http:///www.website.com/sub 我不希望sub被wordpress使用。。。。

1 个回复
SO网友:TheDeadMedic

只需使用RedirectMatch 404 在你的WordPress中.htaccess:

RedirectMatch 404 ^/(sub-folder-1|sub-folder-2)(/.+)?$

结束

相关推荐

Redirect first time comments

因此,我想在我的注释表单中添加一个注释重定向代码。我知道我这里有这个部分:<input name=\"redirect_to\" type=\"hidden\" value=\"http://domain.com/thank-you\" /> 所以我要做的是用if-else 看看这是否是他们的第一条评论:if ( $FirstTimeComment = true ) : ?> <input name=\"redirect_to\" type=\"hidde