I have an Home controller that has an Index Action that I'm not ready to implement it yet.
So, I decided to redirect it to the Index Action of the Feed controller. When I used online SEO analysis tools, they told me that my website is beeing found as "object moved".
The Feed/Index is OK but the root is indexed by search engines as "object moved" (probably 301?)
Can I make this redirection withou setting any Status Code?