Forum Moderators: phranque
now, what i did with php was just include the page... but now its looking for the image at http://www.example.com/users/orochi/chuworth/comic/#.jpg
i was wondering if there was a way i could redirect everything from http://www.example.com/users/orochi/chuworth/comic/ to
http://www.example2.com/comic/
so if i did
<img src="http://www.example.com/users/orochi/chuworth/comic/2.jpg">
it would look for http://www.example.com/users/orochi/chuworth/comic/2.jpg at http://www.example2.com/comic/2.jpg
[edited by: jdMorgan at 2:57 pm (utc) on Sep. 3, 2005]
[edit reason] examplified. [/edit]
You'd need to proxy those requests, but then the "example2" server will see your server as the requestor in their logs, and you probably wouldn't like the result.
If this is important to you, I suggest you enter into a syndication agreement with "example2.com" so that you can present their content on your site legally.
Jim