View Single Post
Old 2009-03-10, 10:49 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
To prevent loops, you want to name the recip to something different than exquisiteangelz.gif and use something like:

Code:
RewriteEngine on
RewriteRule .*exquisiteangelz.gif$ /images/recips/exquisiteangelzrecip.gif [L]
you don't want to name it newexquisiteangelz.gif because that would match the regexp and cause a redirect loop.

Keep in mind, anywhere else on your site that you use RewriteEngine on, you will need to use RewriteOptions inherit or add the rule to that .htaccess as well.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote