I am running an apache web server to provide panorama viewer support (PanoSalado - flash) to my website. It is running on pano.doorsphotography.com. The viewer works fine as long as the images are local images.
The images I want to load with the viewer are on a seperate subdomain (
http://www.doorsphotography.com/phot...0_XCanD-Th.jpg).
I tried adding this to the directives, but only had partial success.
RedirectPermanent /photos "http://www.doorsphotography.com/photos"
When I browse to pano.doorsphotography.com/photos/617450990_XCanD-Th.jpg, it takes me to
http://www.doorsphotography.com/phot...0_XCanD-Th.jpg and I see the image.
When I tell the panorama viewer (running in the web root) to access /photos/617450990_XCanD-Th.jpg, it doesn't work.
EDIT: I created two pages to show working and not working.
pano.doorsphotography.com/test (local image)
pano.doorsphotography.com/test2 (load the image using the redirect)
pano.doorsphotography.com/photos/617450990_XCanD-Th.jpg (redirect link to the photo)