Preserved Topic: First post. First question. (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: sampa, Brazil |
posted 12-08-2001 02:15
Hello folks! |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-08-2001 04:16
You can't really make it untouchable since it needs to be owned and accessed by the web user (usually "nobody") however you can prevent most of this by putting it out of your htdocs folder and accessing it by it's absolute server path. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-08-2001 09:50
You can also use Apache's built-in authentication... More information: |
Obsessive-Compulsive (I) Inmate From: sampa, Brazil |
posted 12-09-2001 03:55
Thanx guys! I think I'll try the first solution as I want to have a small html form for login. Well, thanx anyway Mr. Max! |
Obsessive-Compulsive (I) Inmate From: sampa, Brazil |
posted 12-13-2001 02:44
Ok. I looked on some papers about unix permissions, but I can't set a text file permission so that people viewing my page won't be able to see/view this textfile. Is there a way to make it work? |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-13-2001 04:32
Your best bet is still to put it above the root folder (as bitdamaged mentioned). Users can't browse above that. Then it doesn't matter what permissions are on the file. |