Mod Rewriting Image Location Not Working Very Well
Posted
by Belgin Fish
on Stack Overflow
See other posts from Stack Overflow
or by Belgin Fish
Published on 2010-04-28T11:22:13Z
Indexed on
2010/04/28
11:33 UTC
Read the original article
Hit count: 240
mod-rewrite
Hey, I'm trying to mod rewrite the image locations on my site, I'm just using this :
rewriteRule ^thumbs/(.*)$ http://site2.com/images/$1 [L]
so that I can redirect all image requests going from
http://site1.com/thumbs/something
to http://site2.com/thumbs/something
But only some of the images are loading, and not all of them.
Thanks!
© Stack Overflow or respective owner