This URL isn't valid, the querystring needs to start with a ? not a &.
/product&abcd
Should be
/product/abcd
If you set a wild card URL up for the page or
/product?category=abcd
If you didn't.
A wild card URL would be on the page under URL Aliases. It would look like this:
/product/{category}