home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / forbidden / .htaccess next >
Encoding:
Text File  |  2007-12-20  |  109 b   |  5 lines

  1. AuthType Basic
  2. AuthName "FORBIDDEN AREA"
  3. AuthUserfile "../htdocs/forbidden/.htpasswd"
  4. Require valid-user
  5.