Lets say you have an image at
domain.com/images/hello.jpg
Now you put a htaccess redirect in the domain.com/images folder pointing to :
domain.com/deleted/sorry.jpg
To me this means that when a surfer tries to load hello.jpg they end up
getting "sorry.jpg".
No problem right?
Well what do you think of this quote from a server tech :
Quote:
The code you are using is likely not going to work right, since you are redirecting them to another image on the same domain, that's going to create an endless loop as it tries to redirect.
|
So the poll question is :
What would you do upon reading that information.