Results 1 to 6 of 6

Thread: Some questions

  1. #1
    Senior Member Falcon21's Avatar
    Join Date
    Dec 2002
    Location
    Singapore
    Posts
    252

    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!


  2. #2
    Senior Member
    Join Date
    Dec 2002
    Posts
    134
    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.

  3. #3
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    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 !

  4. #4
    Junior Member
    Join Date
    Feb 2004
    Posts
    2
    Isn't htacces a file with the encrypted password in it?
    Is your cpu broke? Put it in the oven!

  5. #5
    Senior Member Falcon21's Avatar
    Join Date
    Dec 2002
    Location
    Singapore
    Posts
    252
    I checked the sql database and found that the passwords are saved in the form of md5 hash value.

  6. #6
    Member
    Join Date
    Dec 2002
    Posts
    58
    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
    God is Love

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •