Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Authname "Simple Auth"
  2. Authtype Basic
  3. require user username:xxxx
  4. # xxxx = crypt("password") with php
  5. ErrorDocument 500 "Ups. "
  6.  
  7. where is the mistake?
Add Comment
Please, Sign In to add comment