htaccess redirecting images

by Prakash 2013-01-18 17:58:10

htaccess redirecting image urls to a php page

RewriteCond %{REQUEST_URI} /poem-small-thumb/(.*)\.jpg
RewriteRule ^poem-small-thumb/(.*)\.jpg ./frontpage/smallthumb.php?id=$1 [L]

Tagged in:

947
like
0
dislike
0
mail
flag

You must LOGIN to add comments