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.