Can I deploy two build React apps in the same domain with .htaccess?
I have two build vite react apps. I am going to deploy these in the same domain. For example if the request URL is "https://example.com/admin/*" I should show app1 and for other URLs I should show app2. So I configed…