Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-28-2009, 11:29 PM   PM User | #1
Saz
Regular Coder

 
Join Date: Jun 2005
Posts: 277
Thanks: 5
Thanked 0 Times in 0 Posts
Saz is an unknown quantity at this point
How do you do a rewrite for one image please ? (Nothing to do with hotlinking)

Done some Googling and searched here, but can't seem to find the rewrite rule for redirecting one image to another - tried a few different combinations, including the code below, but none have worked - can anyone help please ?

Code:
RewriteRule ^http://www.websitename/folderone/foldertwo/image.jpg http://www.websitename/folderone/foldertwo/image.gif/ [R=301,L]
Any help much appreciated.

Saz.
Saz is offline   Reply With Quote
Old 08-29-2009, 06:57 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Try
Code:
RewriteRule ^folderone/foldertwo/image.jpg$ /folderone/foldertwo/image.gif [R=301,L]
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
Saz (08-29-2009)
Old 08-29-2009, 12:03 PM   PM User | #3
Saz
Regular Coder

 
Join Date: Jun 2005
Posts: 277
Thanks: 5
Thanked 0 Times in 0 Posts
Saz is an unknown quantity at this point
Thumbs up

Many thanks for that quick and helpful reply. It solved the problem straight away.

Saz is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:26 PM.


Advertisement
Log in to turn off these ads.