Create a User-friendly URL by using htaccess

You can shorten the URL of your website by setting up htaccess to map a long URL such as example.com/files/folder/sitemap.html to example.com/sitemap.
Modify this line according to your needs, and then add this code to your htaccess file.

RewriteEngine on
RewriteRule ^sitemap/$ /files/folder/sitemap.html [L]