How To Use (?) In Url By .htaccess?

Discussion in 'Programming' started by bass, Feb 7, 2013.

  1. #1
    Have anyone know about way to write .htaccess that has included question mark sign in URL following: www.domain.com/review/product/title?ID=1 I try to write following: RewriteRule ^.*/.*/.*?ID=(.*) /product.php?ID=$1&Keyword=$2 But the results after access to product.php page is it called index.php page Thank you very much.
     
    bass, Feb 7, 2013 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    \?
     
    EricBruggema, Feb 8, 2013 IP