我在我的域名的根目录中有一个 Joomla 网站,并且在 /forum 子目录中有一个论坛。
我如何才能将访问者从主站点重定向到论坛,同时继续能够通过论坛上的链接访问该站点?
例子:
http://example.com
重定向至
http://example.com/forum
,但我可以通过链接访问主站点
http://example.com/index.php
答案1
你想要的可能很简单
RedirectMatch ^/$ http://example.com/forum