|  | Posted by phpnews on 06/14/94 11:07 
On Wed, 2 Feb 2005 12:09:43 -0800, "Chris W. Parker"<cparker@swatgear.com> said:
 > Michael <mailto:phpnews@mas.ml1.net>    on Wednesday, February 02,
 > 2005 11:54 AM said:
 >
 > > You're insisting that the path to rewrite start with d. It's not
 > > going to start with d, it's going to start with /. As in
 > > "/detail.asp"...
 >
 > Actually that's not why. None of my other rules begin with a /. The
 > problem is because mod_rewrite does not handle the query string by
 > default. You have to setup a special rule for that.
 >
 > Here is the solution:
 >
 > RewriteCond %{QUERY_STRING} product_id=([\w-]+) RewriteRule
 > ^detail\.asp product.php?id=$1
 
 Aha. Is this in a .htaccess file? In any case, I'm glad you found the
 answer!
 
 Mike
 [Back to original message] |