Jump to content

permissions


KirstyScott

Recommended Posts

i set a encripted pass in my .htpass file, but each time i try it i'm getting

 

Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. 

 

Even though i've tried like 8+ different sites giving me different encripted codes, all i want is to be able to login with an encripted pass, what's the problem with this?

 

 

Upz, Forgot to add my htaccess file and htpass, both are in same dir.

htaccess

AuthName "Restricted Area" 
AuthType Basic 
AuthUserFile /home/folder/.htpasswd 
AuthGroupFile /dev/null 
require valid-user

 

htpasswd

USERNAME:ENCRIPTEDPASSHERE

Link to comment
https://forums.phpfreaks.com/topic/138741-permissions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.