我在我的主域名上使用Wordpress。我想将Flarum作为子文件夹包含在内。所以,我的文件夹结构就像
wp-contents/
wp-includes/
index.php
forums/ --Flarum
forums/.htaccess
forums/index.php
forums/...
在这里,我可以使用网址abc.com/forums
访问论坛。但是当我尝试访问Flarum的其他URL时,它会将我重定向到Wordpress 404错误页面。例如。 abc.com/forums/login
将我重定向到Page Not Found
abc.com
我非常感谢任何建议。