I have website with 3000 pages in HTML. Now I have migrated to CMS which does not have any extension in URL. I kept the same structure of URL as I had in HTML site.
For Example:
HTML site URL :
www.site.com/xyzdirectory/abc.html
CMS site
www.site.com/xyzdirectory/abc
For that, I am using below .htaccess
code.
RedirectMatch 301 (.*)\.html$ http://www.example.com$1
But It does not match directory structure.