Hi,
My client has a specific need where they need the website to be hosted in a subdirectory in the root domain; but need the admin panel to be accessible only via subdomain.
They say this is for the security purpose.
Frontend: https://example.com/app/
Backend: https://appadmin.example.com
Anyway I can quickly achieve this?
Thanks a lot.