Whenever user comes in example.com how to redirect them to example.com/home
Note: The current routing/URL paths should work after adding this condition/rule
For example:
example.com/about-us-> no redirectexample.com/contact-> no redirectexample.com/admin-> no redirectexample.comorexample.com/-> Need to redirect toexample.com/home
How can be this done with .htaccess rule?