.htaccess codes problem

Discussion in 'Databases' started by gfxlovers, Jan 20, 2009.

  1. #1
    Hellos Frnds,

    M Sanjit

    I require a Help Regarding the code in .htaccess to redirect

    come image link to another..

    One similar to That of TinyPic.

    Like

    http://i43.tinypic.com/1z3xmxe.jpg
    HTML:
    Code and This code

    http://i43.tinypic.com/1z3xmxe[dot]jpg
    HTML:

    Redirects to the Same Image..

    So How can we also use [dot] as an Alternative to .


    Please Respond Soon Friends,

    Thanks In Advance

    ;)
     
    gfxlovers, Jan 20, 2009 IP
  2. gfxlovers

    gfxlovers Banned

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry Moderators or Admins .. Please can U move this section to > Site & Server Administration( Apache )

    Thanks
     
    gfxlovers, Jan 20, 2009 IP
  3. NinjaWork

    NinjaWork Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    NinjaWork, Jan 20, 2009 IP
  4. gfxlovers

    gfxlovers Banned

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    But can u just help me ut to code for this [dot] as an Alternative to .
     
    gfxlovers, Jan 20, 2009 IP
  5. thuankkk

    thuankkk Active Member

    Messages:
    503
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    95
    #5
    RewriteEngine on
    RewriteRule ^(.*)\[dot\](.*)$ $1.$2 [L]
    
    Code (markup):
     
    thuankkk, Jan 20, 2009 IP