私の現在の状態は次のようなものです。
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
if not
この条件を上記の値のいずれかにどのように置き換えることができるのだろうか。
私はそのようなことについて考えました:
RewriteCond %{HTTP_USER_AGENT} !="android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
しかし、うまくいきません。