Forum Moderators: phranque
RewriteRule \.(jpe?g¦gif¦bmp¦png)$ /images/blank.gif [L]
Of course, as you can tell, the rewrite to a blank image gets rewritten, which would result in an infinite loop, but for the recursion limit.
Is there any way where I can just rewrite the image to nothing ... like /dev/null?
Thanks!
-sned