mod_rewrite help needed

Discussion in 'Apache' started by Liminal, Dec 1, 2005.

  1. #1
    Liminal, Dec 1, 2005 IP
  2. Liminal

    Liminal Peon

    Messages:
    1,279
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Resolved.

    All I had to do was to get rid of the "$" so that the directive looks like this:

    RewriteRule ([a-zA-Z\-]+) $1.jsp [NC,L]
     
    Liminal, Dec 1, 2005 IP