Is it possible to strip the Admin functionality out of the main folder structure and moving it somewhere else?
We'd want to have something like this:
Main Store's URL:
www.ourdomain.com
Admin's URL:
admin.ourdomain.com
We won't want people entering this and getting to the Admin login screen:
www.ourdomain.com/admin
For that we'd need to move such Admin sub-site to a completely different Website within our IIS box, or even move it to a different web server within our network.
How can it be done without breaking everything?
Thanks