Quote:
Originally Posted by mcr
HAHA  i didn't know the difference. My server will now be switched to linux  hopefully it will work now
|

, in that case maybe I and the posted link could help,
this are the settings for auth basic
Code:
AuthType Basic
AuthName "the realm used in htpasswd"
AuthUserFile /path/to/htpasswd
require valid-user
- on linux you must use / instead off \ in path
- use what you need for realm and htpasswd path.
- be sure you update/create htpasswd and is on the path you use in .htaccess
regards