Hi,
Hope someone can help as I'm at a loss.
Some of the URLs on my site have 2 hyphens in the first paramter:
http://www.mydomain.tld/widgets-black-white/12/
For which I have the following:
RewriteRule ([^/]+)/([^/]+)/?$ /?prod=$1&prodid=$2 [L]
Anyone know where I'm going wrong?