So I've searched the web and even on here, and it gave me this post but it didn't really give me the answer I wanted.
I would like to have a standard directory on my server called, /admin/ e.g. www.mysite.com/admin. Which would store website stats etc and other "secret" information about the site.
But what are the best practises for securing that folder? Of course I could just code a standard login with browser SESSIONS but that would be too easy to bypass - risking SESSION hijacking.
I read about .htaccess protecting a directory? Could anybody give me more information on that?
Any tips from personal experiences would be appreciated also.
Thanks, Frank.