79224894

Date: 2024-11-25 23:50:59
Score: 2
Natty:
Report link

Thanks to @C3roe for mentioning similar question at here.

I achieved that with following configuration:

RewriteCond %{REQUEST_URI} ^.*/([^/]+)$
RewriteCond %{REQUEST_URI},${product_map:%1|NOT_FOUND} !^([^,]+),(\1|NOT_FOUND)$
RewriteRule ^ - [G,L]
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: nima1024