I have 2 some pages in the website I'm developing. I've also an admin page. If i want to log in to the admin page, I've to key in username and password and it will be validated and redirect me to the admin's page. The problem is, if I manually input the direct url for the admin's page, the browser will open the url without asking for any validation.
?? Question ??
1. How to disable the user to just open the admin's page with direct link without any validation?
2. How to prompt the user to key in username and password if the direct url is used?
3. How to disable the usage of direct url (for admin's page)?