http://stackoverflow.com/questions/
5587148/regex-patterns-in-apache-rewritecond-and-friends-full-or-partial-match
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1090257 13f79535-47bb-0310-9956-
ffa450edef68
RewriteCond %{HTTP_USER_AGENT} ^<strong>Mozilla/3</strong>.*<br />
RewriteRule ^foo\.html$ foo.<strong>NS</strong>.html [<strong>L</strong>]<br />
<br />
-RewriteCond %{HTTP_USER_AGENT} ^<strong>Lynx/</strong>.* [OR]<br />
-RewriteCond %{HTTP_USER_AGENT} ^<strong>Mozilla/[12]</strong>.*<br />
+RewriteCond %{HTTP_USER_AGENT} ^<strong>Lynx/</strong> [OR]<br />
+RewriteCond %{HTTP_USER_AGENT} ^<strong>Mozilla/[12]</strong><br />
RewriteRule ^foo\.html$ foo.<strong>20</strong>.html [<strong>L</strong>]<br />
<br />
RewriteRule ^foo\.html$ foo.<strong>32</strong>.html [<strong>L</strong>]