Deny admin interface

Yowaraj Chhetri asked on November 5, 2018 01:13

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

Correct Answer

Brenden Kehren answered on November 5, 2018 03:50

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.

3 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.