-
January 27th, 2004, 10:44 AM
#1
Some questions
I have just installed phpbb plus forum for the first time and found .htaccess file in some folders. What is the file for? How can it be used?
My another question is where does my admin password saved to and when a user register, where do their passwords saved to?
Thanks!
-
January 27th, 2004, 01:04 PM
#2
Senior Member
The .htaccess file controls the access to parts of the website, you can specify who can see what basically. I havn`t really got much experience with web servers so i cant tell you how it works unfortuantly, but theirs plenty of information out their on how to use the file properly. Just have look through google.
-
January 27th, 2004, 01:11 PM
#3
ASCII stupid question, get a stupid ANSI.
When in Russia, pet a PETSCII.
Get your ass over to SLAYRadio the best station for C64 Remixes !
-
February 4th, 2004, 09:04 PM
#4
Junior Member
Isn't htacces a file with the encrypted password in it?
Is your cpu broke? Put it in the oven!
-
February 5th, 2004, 09:52 AM
#5
I checked the sql database and found that the passwords are saved in the form of md5 hash value.
-
February 5th, 2004, 12:03 PM
#6
Member
Originally posted here by nielsje
Isn't htacces a file with the encrypted password in it?
.htaccess is not an encrypted password file. It just specifies which users or group of users are allowed to access the webpages that resides in the same directory and its subdirectories.
So a user needs to know the username and password before viewing the page. A popup window appears asking the user name and password.
The passwords can be kept in a file anywhere in the directory chain of the web server and its location is specified.
To override the htacess specifications, set AllowOverride option in httpd.conf
for more information, read apache documentation
Sun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|