I am trying to write RewriteRule on my Apache_1.2. the application server i am using is Jboss
so that all the images are redirected from my localhost to the server
For eg:
if i have a image stored as /images_1/test.jpeg
that gets redirected to http://server1, and picks the image from the
following path ttp://server1/images_1/test.jpeg
Can someone one help me for the same.
Regards
Thanks in advance