Click to See Complete Forum and Search --> : Password-Protected Entry
JHuynh
10-25-2004, 11:17 AM
I'm not sure if this is the right forum category to post this question, but here goes:
Could someone please tell me how I'd go about adding a password-protected entry to my website, or a certain page of my website?
Thanks alot.
If you are on an Apache server, you can use .htaccess. Google should have plenty of information on restricting access with .htaccess...
JHuynh
10-25-2004, 09:48 PM
From what I understand, my host offers PHP, Perl, and Java.
ray326
10-26-2004, 12:40 AM
Then there's a VERY good chance it's running on Apache.
davidbrent
10-27-2004, 06:26 AM
You can password protect directories with .htaccess so it is worth looking into.
JHuynh
10-28-2004, 01:23 AM
When I tried to create a file literally named ".htaccess", I was not able to do so because Windows had required me to enter a file name. Does this sound familiar to anyone?
Paul Jr
10-28-2004, 01:36 AM
Notepad won't let you create an .htaccess file. However, most HTML editors will, and you can create it directly on your server via FTP if you have to.