Sling:alias redirect 301
I have a page(http://localhost:4502/content/page/test.html) for which 301 redirect has been set using the redirect manager, in this page we added the alias property(testingalias) under advanced tab. Now the redirect is working for the page(https://www.test.com/page/test.html) but not for the alias URL(https://www.test.com/page/testingalias.html). Is this expected or we should set 301 redirect for the alias as well?