How do I change a period/dot (.) into a plus (+) of a match using mod_rewrite? My match is #2
.
This is my rule so far:
RewriteRule ^(.*)/(.*)-[0-9]*\.shtml$ http://kentwired.com/search/most-popular/?searchphrase=exact&searchword=$2 [L,R=301]
With my rules currently,
becomes
but I need