Forum Moderators: phranque
someone had suggested the following two lines
RewriteCond %{HTTP_USER_AGENT}!^Mozilla/[1-9]\.[0-9]\ \([^\)]*\)\ Gecko/[^\ ]*\ Firefox/
RewriteCond %{HTTP_USER_AGENT}!^Mozilla/[1-9]\.[0-9]\ \([^\)]*\)\ Gecko/[^\ ]*\ Opera/
but I was certain that Firefox and Opera are built on Mozilla/Gecko
Sorry about the line-wrap on Gecko/Debian for Linux; It's the longest UA I've ever seen. Its first line ends with "\ ", that is, backslash space, so make sure those characters precede the "Gecko/Debian" when you paste the lines back together.
Jim