I am using mod_rewrite for redirecting any images which are not on the server to a default_image .Here is my rule , it is not working for now.Any suggestions.i am getting 404 instead.
RewriteCond ^/images/icons/small/(.*) !-f
RewriteRule ^/images/icons/small/display_profile.jpg ^/images/icons/small/$1 $
Assuming that file name of your default image is
default_image, you try something like this.Put following lines in
.htaccessof your document root.