rewriterule + image name

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JackpipE

    #1

    rewriterule + image name

    I need to rename a generic image to the name of the product that's
    being viewed on the page:

    /theme/images/fullProfile.gif to - /theme/images/
    productxxx.jpg

    The productxxx.jpg image doesn't physically exist so I just need to
    rename the generic one and still display the same image under
    different name.

    Thanks,
    Jack
  • Erwin Moller

    #2
    Re: rewriterule + image name

    JackpipE wrote:
    I need to rename a generic image to the name of the product that's
    being viewed on the page:
    >
    /theme/images/fullProfile.gif to - /theme/images/
    productxxx.jpg
    >
    The productxxx.jpg image doesn't physically exist so I just need to
    rename the generic one and still display the same image under
    different name.
    >
    Thanks,
    Jack
    Hi Jack,

    I don't get it.
    If the file doesn't exist, what is it excactly that you want to do?

    If you need to rename a file: use rename:


    Regards,
    Erwin Moller

    Comment

    • Rik Wasmus

      #3
      Re: rewriterule + image name

      On Thu, 06 Dec 2007 18:10:07 +0100, JackpipE <pipe.jack@gmai l.comwrote:
      I need to rename a generic image to the name of the product that's
      being viewed on the page:
      >
      /theme/images/fullProfile.gif to - /theme/images/
      productxxx.jpg
      >
      The productxxx.jpg image doesn't physically exist so I just need to
      rename the generic one and still display the same image under
      different name.
      It think you mean the reverse?
      If a request for /theme/images/productxxx.jpg comes in, and doesn't exist,
      serve fullProfile.gif ?

      Highly offtopic here, ask in for instance alt.apache.conf iguration (or one
      of the many forums almost dedicated to mod_rewrite), or look at the manual
      for RewriteCond and the -f switch.
      --
      Rik Wasmus

      Comment

      Working...