How to create a user-friendly URL using .htaccess

  • May 6, 2018
  • 1 Comment
If your website is using long URL like example.com/files/folder/sitemap.html, you can change it into "example.com/sitemap" in .htaccess

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]

How helpful was this article to you?

Cristina Chiodi
July 14, 2021

Hi, my website is down.

Posting has been disabled.