On Wed, 2 May 2001, Dido wrote:

> | > RewriteEngine On
> | > RewriteCond   %{HTTP_ACCEPT_LANGUAGE}  ^*de*$
> | > RewriteRule /* http://www.google.com [R,L]

This is not an appropriate forum
(try: news:comp.infosystems.www.servers.unix)
but anyway, (untested)

RewriteEngine On
RewriteCond %{HTTP_ACCEPT_LANGUAGE} de [NC]
RewriteRule .* http://www.google.com [R,L]

Joshua.

Reply via email to