Hide my admin page
I want to hide or not visible my admin page where I have my database of my all users who's are sign up in my website. Only I access on this page. Please tell me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ali tuncerPosted Mar 29, 2016, 9:30 PM
I guess you keep logged in user data in a Session?
in page load you can check Session, if it is not equal to you, redirect to a page that says "you don't have permission to visit this page"or to main page..