This one is driving me crazy. Whatever I do, it doesn't say the page is GONE.
Full url will be something like: example.com/product_detail.php?id=18
I want to give every page that starts with product_details.php the status GONE.
I thought that one of these would work, but no luck
RewriteRule ^product_detail - [G]
RewriteRule ^product_detail.php?id=(.*)$ - [G]
Any help appreciated.