.htaccess, twice!!

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Cyphonic
Forum Newbie
Posts: 13
Joined: Sun Aug 18, 2002 1:29 pm

.htaccess, twice!!

Post by Cyphonic »

I've created a simple .htaccess & .htpasswd file, why is the login screen popping up twice??

here's the source

Code: Select all

AuthName Scheisse
AuthType basic

AuthUserFile /home/їxxxxxxx].net/hovedside/.htpasswd
require valid-user
i've tried to delete the file, then i don't have to enter a password at all..
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

Post Reply