Hi, my client has following requirement:
I am using kentico 10 ems.
website url is :abc.com.au
administrative interface should only be access via: cms-abc.com.au/admin. If user tries to access abc.com.au/admin it should redirect to abc.com.au
Any idea how to achieve this. Thanks in advance
That's security by obscurity and not an ideal setup. I'd suggest restricting access to the /admin URL by IP address. You can also restrict it by roles, which is a standard asp.net functionality.
Please, sign in to be able to submit a new answer.