Is there anyway in modrewrite to redirect someone based on if the url matching a file name. For example.
Someone types in:
www.domain.com/folder/01
and it redirects them to
www.domain.com/folder/01-hello.html
So the idea is redirect to the first file which includes this in the filename within this folder.
I've tried and tried to find this but can't find anything.
Any help would be appreciated. :)