Page is a not externally linkable
jdMorgan - 1:38 am on Apr 7, 2008 (gmt 0)
I also threw in an [NC] flag in case some user-agents use uppercase characters. Jim
If you're looking for an Accept header that contains "text/html" then it might be better to leave the pattern unanchored, and be sure that if any characters preceded or follow the MIME_type, that they're the proper delimiters, and not additional characters:
RewriteCond %{HTTP_ACCEPT} [,\ ]?text/html[;,]? [NC]
The semi-colon is included in case there's a "preference weighting" value present, as in "text/html;q=0.8"