将我的站点转移到具有新文件结构和文件扩展名的新 CMS 后,我需要将所有以 / 或 index.html 结尾的文件重定向到 .shtml:
example.com/violent-crimes/assault-with-a-deadly-weapon/
到
example.com/violent-crimes/assault-with-a-deadly-weapon.shtml
example.com/violent-crimes/assault-with-a-deadly-weapon/index.html
到
example.com/violent-crimes/assault-with-a-deadly-weapon.shtml
example.com/violent-crimes/index.html
到
example.com/violent-crimes.shtml
example.com/violent-crimes/
到
example.com/violent-crimes.shtml