Gossamer Forum
Home : Products : Links 2.0 : Customization :

Problems with .htaccess

Quote Reply
Problems with .htaccess
I created a .htaccess file in the top directory of my cgi-bin and according to my ISP I had to create .htpasswd in the root directory. When I did this, it protectected my cgi-bin but anytime someone clicked on a listing that was using jump.cgi it asked for username and password. Am I not able to put this file in the top directory of my cgi-bin? If not, where should I place it to get the most directories protected? Or is there a line that I can add in the .htaccess file that will allow jump.cgi without a password?
Here is my .htaccess file
Code:
AuthUserFile /home/homewithgod/.htpasswd
AuthGroupFile /dev/null
AuthName HomewithGod
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

------------------
Jimmy Crow
www.homewithgod.com

[This message has been edited by jcrow (edited April 21, 2000).]
Subject Author Views Date
Thread Problems with .htaccess jcrow 948 Apr 21, 2000, 11:18 AM
Post Re: Problems with .htaccess
Stealth 936 Apr 21, 2000, 12:39 PM
Post Re: Problems with .htaccess
jcrow 933 Apr 21, 2000, 12:57 PM
Post Re: Problems with .htaccess
Stealth 935 Apr 21, 2000, 4:03 PM