Access page Password

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Access page Password

    I have an admin panel that i can log into by going to a certian internet
    address. Is there a script that i can put on that page so that when someone
    tries to access it it will prompt for a password. This file has some inportant
    stuff. I know there is a way when you click on a link to go to a certian page
    you can request a password, but some people may just come from a regualr site,
    so not just a link to it.

    Thanks

    Scott

    dotcom012 Guest

  2. Similar Questions and Discussions

    1. MS Access and Password Error
      I'm running ColdFusion MX 7 and Access 2003 on Win 2K. I've inherited a ColdFusion 6 (or before) site that I'm trying to get up and running. In...
    2. Limit access until given password
      Hello, I am creating a training CD in Director. I want the user to have to complete each section of the training CD in order but after they have...
    3. OLEDB and an Access Db with a password
      Hi All ISP has told me that I should be using OLEDB connections instead of ODBC to get better ASP > ADO > Access DB performance. After a visit...
    4. added password to access db and now i get error 25.
      Hi I have a site using an Access database. I thought it might be wise to password protect the DB file, so I setup the Password in Access and...
    5. microsoft document access password
      Please help. I locked a few documents with passwords but this was awhile back. ive gone through every password i can think of but can remember it....
  3. #2

    Default Re: Access page Password

    If you're looking for an easy fix, try .HTACCESS and .HTPASSWD files (on UNIX,
    I think...).

    You can create .HTACCESS & .HTPASSWD files in the folder that holds your PDF
    files - these authentication functions fully protect the folder, and files
    cannot be accessed just by remembering the URL.

    Passwords must be encrypted in the .HTPASSWD file (you can't do this yourself,
    the encrypted password must be generated on the server). To encrypt passwords,
    I use this utility here: Flash.net's Encryption Tool

    The text for the .HTACCESS and .HTPASSWD files can be found here:
    here...[url]http://home.flash.net/cgi-bin/pw.pl[/url]

    David.Holley Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139