vkidv
12-21-2003, 01:33 PM
hello :D
im having a really annoying problem with htaccess and my site.
NO login box comes up or anything.
im trying to make a password protected directory for my 'clan game website':
http://www.improfane.pwp.blueyonder.co.uk/rag/
the supposed to be protected page is:
http://www.improfane.pwp.blueyonder.co.uk/rag/members/
inside the directory at:
http://www.improfane.pwp.blueyonder.co.uk/rag/members/
i have index.html, .htpasswd and .htaccess
whenever i try go to the member's directory the page will always goes to the othererror page as this is
ErrorDocument 403 inside the htaccess file at:
http://www.improfane.pwp.blueyonder.co.uk/rag/
i STILL CANT get it to work.
here the contents of htaccess in
the main page:
ErrorDocument 403 http://improfane.pwp.blueyonder.co.uk/rag/othererror.htm
#Forbidden Area (no access)
ErrorDocument 404 http://improfane.pwp.blueyonder.co.uk/rag/error404.htm
#Page not found
ErrorDocument 500 http://improfane.pwp.blueyonder.co.uk/rag/othererror.htm
#Error inside servers
ErrorDocument 401 http://improfane.pwp.blueyonder.co.uk/rag/unauth.htm
#Incorrect Password
and heres the contents of the .htaccess in the members directory:
<Directory /htdocs/rag/members/>
AuthUserFile "/htdocs/rag/members/.htpasswd"
AuthGroupFile /dev/null
AuthName "test"
AuthType Basic
require valid-user
</Directory>
My ISP tells me this about htaccess:
http://help.blueyonder.co.uk/html/web/htaccess.shtml
ive tried following it, and it dont seem to work for me.
ive also followed javascriptkit/wbstraction site and tried their guide, no success.
i think it may have somthing to do with CHMOD, what are the CHMOD things should be htpasswd/passwd file and the htaccess and the member directory?
please help :P
im having a really annoying problem with htaccess and my site.
NO login box comes up or anything.
im trying to make a password protected directory for my 'clan game website':
http://www.improfane.pwp.blueyonder.co.uk/rag/
the supposed to be protected page is:
http://www.improfane.pwp.blueyonder.co.uk/rag/members/
inside the directory at:
http://www.improfane.pwp.blueyonder.co.uk/rag/members/
i have index.html, .htpasswd and .htaccess
whenever i try go to the member's directory the page will always goes to the othererror page as this is
ErrorDocument 403 inside the htaccess file at:
http://www.improfane.pwp.blueyonder.co.uk/rag/
i STILL CANT get it to work.
here the contents of htaccess in
the main page:
ErrorDocument 403 http://improfane.pwp.blueyonder.co.uk/rag/othererror.htm
#Forbidden Area (no access)
ErrorDocument 404 http://improfane.pwp.blueyonder.co.uk/rag/error404.htm
#Page not found
ErrorDocument 500 http://improfane.pwp.blueyonder.co.uk/rag/othererror.htm
#Error inside servers
ErrorDocument 401 http://improfane.pwp.blueyonder.co.uk/rag/unauth.htm
#Incorrect Password
and heres the contents of the .htaccess in the members directory:
<Directory /htdocs/rag/members/>
AuthUserFile "/htdocs/rag/members/.htpasswd"
AuthGroupFile /dev/null
AuthName "test"
AuthType Basic
require valid-user
</Directory>
My ISP tells me this about htaccess:
http://help.blueyonder.co.uk/html/web/htaccess.shtml
ive tried following it, and it dont seem to work for me.
ive also followed javascriptkit/wbstraction site and tried their guide, no success.
i think it may have somthing to do with CHMOD, what are the CHMOD things should be htpasswd/passwd file and the htaccess and the member directory?
please help :P