![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protecting directory trees with gpgdir | iBot | UNIX and Linux RSS News | 0 | 04-24-2008 08:50 AM |
| Protecting the directory tree | rooneyl | UNIX for Dummies Questions & Answers | 2 | 02-17-2008 01:59 PM |
| Password Protecting Directories... | B14speedfreak | SUN Solaris | 1 | 06-01-2006 02:19 AM |
| Protecting script | jhansrod | Shell Programming and Scripting | 2 | 06-08-2005 06:54 AM |
| Creating a Password-Protected directory for ftp Uploads & Downloads | NAL | Security | 3 | 06-03-2002 02:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I need to password protect a particular file on one of my websites. Is it possible to password protect the entire directory? Or can I only password protect one file.
How do I do this? Does it have to do with the .HTACCESS file on my unix server? Please Help! ~ |
| Forum Sponsor | ||
|
|
|
||||
|
yes!.. you are absoultely right. .HTACCESS controls the file or directory permission on a Unix server. You can modify the .HTACCESS. It allows webmasters to restrict access to certain directories. The usernames and encrypted passwords are kept in a webmaster-maintained file (Unix Server).
Here is a great tutorial on how to do with .HTACCESS to allow specific accesses. http://faq.clever.net/htaccess.htm |