Peter Mairhofer: LocationMatch...ich checks nicht

Beitrag lesen

Hallo!

Grrrr, ich checks einfach nicht was hier der Fehler sein soll. Ich hätte gerne

/cgi-bin/awstats.pl --> deny
/cgi-bin/awstats.pl?config=site1 --> allow from a
/cgi-bin/awstats.pl?config=site2 --> allow from b
/cgi-bin/awstats.pl* --> deny

Aber bereits die erste Regel geht nicht:

<LocationMatch "/cgi-bin/awstats.pl$">
        Order deny,allow
        Deny from all
</LocationMatch>

Das dürfte doch nur auf awstats.pl matchen und NUR darauf! Weil ich ja mit dem "$" ende.

Wieso bekomme ich aber ein Deny sowohl für /cgi-bin/awstats.pl als auch für /cgi-bin/awstats.pl?config=site1 ?

Danke und lg,
Peter