Chris W. Parker wrote:
Hello,

I've been messing with a certain rewrite rule for about 30 minutes now
and it's driving me insane. I've got plenty of other rewrite rules
working perfectly. Here is the rule in question.

RewriteRule ^detail\.asp\?product_id=([\w-]+)$ product.php?id=$1

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"...


Easy thing to miss, though...

Mike

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to