Preserved Topic: Password Authentication |
|
---|---|
Author | Thread |
Paranoid (IV) Mad Scientist From: |
posted 12-10-2000 18:18
I need to make a certain portion of a site I'm working on password protected. What are my different options, and which option is best (free)? Thanks in advance. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 12-10-2000 18:43
.htaccess is one way of doing this mbridge.. I dug up this archive http://www.ozones.com/forum/Archives/Archive-000003/HTML/20001001-2-000093.html |
Paranoid (IV) Mad Scientist From: |
posted 12-11-2000 23:28
I can set up the .htaccess fine, but I don't have telnet access, so I can't set up the .htpasswd. I tried using some canned scripts for the .htpasswd, but none of them seemed to work. Any ideas? |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-11-2000 23:48
Hmm, the only thing you *really* need the telnet for is for changing file permissions. If you use "port" mode, you can usually do this through the FTP programs too. You do have to know the absolute path to where your files live, (The UNIX path, not the URL!), but this should all be do-able with nothing but FTP, I've done it before. (.htaccess, that is...) |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-11-2000 23:50
Oh yeah! I guess you do need that .htpasswd, eh? Here's a website that'll set one up for you, at http://www.visi.com/support/webpages/access/user.html |
Paranoid (IV) Mad Scientist From: |
posted 12-12-2000 00:16
Thanks doc, got it! |