I have a wordpress site with an admin panel and I want to show the admin panel to public but within a subdomain. I do not want to show the url structure, however.
What I want is : subdomain.domain.com to mask another URL and all it's pages. Basically I want to open the admin panel of a wordpress site masked in a sub-domain. So users would open sub.x.com and would see domain.com/wp-admin and be able to login or do whatever. I want it to work just like an iframe but using subdomaain masking. I don't want to show users the url structure or anything. Please give me the best way-out possible.