![]() Preserved Topic: First post. First question. (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: sampa, Brazil |
![]() Hello folks! |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() 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 |
![]() You can also use Apache's built-in authentication... More information: |
Obsessive-Compulsive (I) Inmate From: sampa, Brazil |
![]() 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 |
![]() 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 |
![]() 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. |