phpbar.de logo

Mailinglisten-Archive

[php] Apache .htaccessFile

[php] Apache .htaccessFile

Joerg Behrens php_(at)_phpcenter.de
Fri, 27 Sep 2002 10:27:24 +0200


----- Original Message -----
From: "Michael Post" <michael.post_(at)_purematic.de>
To: <php_(at)_phpcenter.de>
Sent: Friday, September 27, 2002 8:44 AM
Subject: [php] Apache .htaccessFile


> Guten morgen Liste,
>
> sorry für ein noch ein bißchen OT.
>
> Ich möchte mein Apache mit .htaccess-Schutz jetzt nur noch für bestimmte
> IP-Adressen einrichtten.
> .htaccess funktioniert auch ohne Probleme, nur bekomme ich immer eine
> Fehlermeldung, wenn ich
>
> ---------------
>
>  order deny,allow
>  deny from all
>  allow from 213
>
> ---------------
>
> einfüge.
> könnt Ihr mir helfen?
> Habt Ihr dieses Prob auch schonmal erlebt?
> Wie habt Ihr das gelöst?
>
> BES: WinXP
> Apache: 1.3
>
> <ZITAT>
>
>     AuthType Basic
>     AuthName "RootAccessFile"
>     AuthUserFile d:/wwwroot/intranet/.htpasswd
>     require valid-user
>     <Limit POST GET>
>          order deny,allow
>          deny from all
>          allow from 213
>     </LIMIT>
>     satisfy any
>
> </ZITAT>

Wie immer muss entsprechend auch AllowOveride in der httpd.conf entsprechend
eingestellt sein.

AllowOverride Limit AuthConfig

in diesem Fall.
Ansonnsten http://httpd.apache.org/docs/mod/mod_access.html#allow

Gruss
Joerg Behrens

--
TakeNet GmbH                        Mobil: 0171/60 57 963
D-97080 Wuerzburg                 Tel: +49 931 903-2243
Alfred-Nobel-Straße 20            Fax: +49 931 903-3025


php::bar PHP Wiki   -   Listenarchive