On Mon, Apr 19, 2010 at 5:44 PM, Glenn Gillis <glenn@xxxxxxxx> wrote: > Would any rewriting gurus out there care to speculate why the rewrite rule: > > "RewriteRule /blog http://spotlight.wordpress.com/" > > would cause the image URL: > > "<img src="/system/files/images_content/blogspot_final_framed_0.jpg" > alt="what we do" width="500" height="125" />" > > to redirect to the spotlight.wordpress.com webpage? > > Running Apache 2.2.9 on FreeBSD 6.x. If you want to match exactly "/blog" and not that string inside the URL, you need to anchor it with e.g. ^/blog$ -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx