How to shorten links using.htaccess

There are links of the form https://site.co.ua/projekts/abc/abc.html , https://site.co.ua/projekts/def/def.html and so on., you need to replace their display with https://site.co.ua/abc https://site.co.ua/def and so on.

This option is not suitable RewriteRule ^abc$ /projekts/abc/abc.html [L] It is necessary that all links in the prjekts folder are abbreviated

Author: apptwo, 2021-01-31