Logo
Knowledge Base

How to make a user-friendly URL by using .HTAccess

If your site has some long URL like example.com/files/folder/sitemap.html,it’s possible to make it into “example.com/sitemap” in .htaccess

you can simply change this line according to your requirements and then add the code to .htaccess file.

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

Still stuck?

Our UK support team is available 24/7.