Dound
10-12-04, 04:14 PM
This is my htaccess file in a folder on my site (u and user have my username in the actual file). Why does the page only prompt for a password if I include www.domain.com, but not if I try http://domain.com?
Thanks.
RewriteEngine On
Options +FollowSymlinks
AuthUserFile /www/u/user/.htpasswd
AuthGroupFile /dev/null
AuthName "You must authenticate to view this folder"
AuthType Basic
require user username
Thanks.
RewriteEngine On
Options +FollowSymlinks
AuthUserFile /www/u/user/.htpasswd
AuthGroupFile /dev/null
AuthName "You must authenticate to view this folder"
AuthType Basic
require user username