两个安装冲突-页面重定向

时间:2012-10-09 作者:shovelshed

我在服务器上安装了两次wordpress。

Site 1. 我的网站。com公司

Site 2. 我的网站。com/其他网站

第一个wordpress安装位于mysite。com/wordpress,但可以在mysite上查看。com,第二个安装位于mysite。com/othersite,并可在同一地址查看。我已经为这两个网站激活了页面slug。

Site 1. 工作完美。我可以登录到两个管理面板,它们工作得很好。在…上Site 2. 我可以查看索引页面,但所有其他页面重定向如下:

重定向至404页,共页Site 1.如果一个页面在两个站点(例如mysite)中的名称相似,则返回。com/contact和mysite。com/othersite/contact,它将重定向到Site 1.

对此问题的任何帮助都将不胜感激。

谢谢

1 个回复
最合适的回答,由SO网友:Matthias Pfefferle 整理而成

您必须忽略“root”博客的htaccess文件中的“otherside”。

您可以尝试在(根)WordPress\'上方添加类似的内容。htaccess代码:

# stuff to let through (ignore)
RewriteCond %{REQUEST_URI} "/otherside/"
RewriteRule (.*) $1 [L]
#

结束

相关推荐

Multisite multidomain

我有一个wordpress多站点。我只使用一个域,但是I want to use multiples domains. I want to allow the user choose a domain for his subdomain.我在搜索,但我没有找到任何关于这个。。。只有一个域映射插件,是针对单身网站的。