I am running an angular app with zure static web app.
is there a way to redirect subdomain to an internal path.
Let’s say : abc.mydomain.com. to mydomain.com/abc
I have already configured cname in my dns.
I have tried configuring a .htaccess file. ( and web.config. even I know server is ubuntu).
None of them working.
Tried also configuring staticwebapp.config.json but seems working for internal route not subdomain.
Thanks in advance