![]() |
mod rewrite question
Hello!
I can redirect a url to another address fine with mod rewrite. But cannot seem to redirect an img src. Is this even possible? ie img src = /foo.com/test.jpg and rewrite redirects to /foo2.com/test.jpg> |
icq me, i can help ya out..
|
Quote:
RedirectMatch (.*) \.jpg$ http://image.server.com$1.jpg If foo2.com is your target url it should be like this: RedirectMatch (.*) \.jpg$ http://foo2.com$1.jpg |
All times are GMT -7. The time now is 05:07 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123