Am 19.03.2021 um 19:46 schrieb bert schulze: Hallo Bert
> RewriteCond %{QUERY_STRING} key=([^&]+)
Ich habe inzwischen so das Problem gelöst:
RewriteCond %{QUERY_STRING} !key [NC]
RewriteRule ^/opentopodata/.*$ - [F,L]
RewriteMap key "txt:/home/www/tiles/keys.txt"
RewriteCond %{QUERY_STRING} key=(.*)
RewriteCond ${key:%1|NIX} NIX [NC]
RewriteRule ^/opentopodata/.*$ - [F,L]
Scheint zu funktionieren...
Grüße
Luca Bertoncello
([email protected])
