Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Security if .htaccess don't work..

Quote Reply
Re: Security if .htaccess don't work.. In reply to
I would check the version of Apache that is running on your ISP server. I also had problems with .htaccess when my ISP upgraded security patches on their Apache servers. I would check with your ISP as to how to set-up your .htaccess.

For example, these are the codes that work on Apache 1.3:

AuthUserFile /path/to/.htpasswd
AuthGroupFile /dev/null
AuthName "My Admin Area"
AuthType Basic

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

The codes you have work on Apache 1.1 and 1.2.1.

Regards,
------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited May 16, 1999).]
Subject Author Views Date
Thread Security if .htaccess don't work.. Macro 3664 May 16, 1999, 5:24 AM
Post Re: Security if .htaccess don't work..
willdeb 3634 May 15, 1999, 9:14 PM
Post Re: Security if .htaccess don't work..
Eliot 3621 May 15, 1999, 9:50 PM
Post Re: Security if .htaccess don't work..
Macro 3607 May 18, 1999, 10:18 PM
Post Re: Security if .htaccess don't work..
Bobsie 3607 May 18, 1999, 10:22 PM
Post Re: Security if .htaccess don't work..
Macro 3633 May 18, 1999, 10:42 PM
Post Re: Security if .htaccess don't work..
ChanFan 3618 May 19, 1999, 4:12 AM
Post Re: Security if .htaccess don't work..
Macro 3614 May 19, 1999, 4:17 AM
Post Re: Security if .htaccess don't work..
Bobsie 3616 May 19, 1999, 8:31 AM