Mod_Rewrite

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leebo
Forum Commoner
Posts: 44
Joined: Sun Oct 20, 2002 9:49 am

Mod_Rewrite

Post by leebo »

Hi

I have a simple question regarding Mod_Rewrite

I want to pull images from one server but use Mod_Rewrite to rename the image as though it was pulled within the site on another server.

I.E

http://domain1/images/image1.jpg

use Mod_Rewrite

Http://domain2/images/image1.jpg

This will save me from uploading same images to both sites instead of pulling them from one site.

Any ideas ??
leebo
Forum Commoner
Posts: 44
Joined: Sun Oct 20, 2002 9:49 am

Post by leebo »

Thanks for looking but I have figured it out myself.

Lee
Post Reply