Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How do I protect content of one page with password? Re: How do I protect content of one page with password?

#83528
djpic
Participant

Depends on how you would want to do it. Like TheDoc and TT_Mark said, using .htaccess if you have access to the apache server would work fine. If you want something for future use or maybe like a ‘members’ area, I would use php with $SESSIONS (again assuming you are running php).