.htaccess

Ken Elliott's picture

They have: 358 posts

Joined: Jun 1999

Ok now I am having problems with .htaccess. This is the format that I am using for it. But when I try to access the directory it just gives me an internal server error. Any suggestions would be appreciated

code:

AuthUserFile /web/cgibin/mastergate/admin
AuthGroupFile /dev/null
AuthName (ENTER USER INFORMATION)
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
require valid-user
</Limit>
[/code]

Thanx
VulKen 

Pimpin like a pimp with an electrofied pimpin machine!

They have: 568 posts

Joined: Nov 1999

the only thing odd i see is

AuthName (ENTER USER INFORMATION)

take away the ( ) and see if it works

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.