I'm looking to use mod_rewrite to insert a string before the extension on all files in a specific url. Example:
example.com/products/this-is-a-product.html
add this (-cool):
example.com/products/this-is-a-product-cool.html
to every URL in the /products/ directory.
Thanks!