I want to change the text promt when protect directory AuthUserFile /home/pathto/.htpasswd AuthType Basic AuthName "Secret Place" <LIMIT GET POST> require valid-user </LIMIT> PHP: http://img200.imageshack.us/img200/5745/94871745.jpg I want to change The server domain.com at Secret Place requres a username and password to anytext i want, ex : My folder. How to do it ?
well AuthName should do that for you. If it doesn't, then that text you put in bold, is actually hard-coded into IE i'd say.