Redirect Main Site to Subsite in Multisite Wordpress

admin

Administrator
Staff member
I have multi-site wordpress, I want to redirect the main site to one of the sub-site but redirection in .htacecss gives error. Is there any way to redirect a main site to its sub-site. That looks not possible but I am not a wordpress expert so just verifying.

The redirect should be like

redirect 301 <a href="http://www.example.com/main-site www.example.com/main-site/sub-site" rel="nofollow">link</a>

Or if there is any other way to do that?