How to Create a User-friendly URL Using htaccess

Knowledgebase / How to Create a User-friendly URL Using htaccess

How to Create a User-friendly URL Using htaccess

0 found helpful (0 votes) ...
Back to Knowledgebase

If your website is using a long URL such as example.com/files/folder/sitemap.html, you can change it to "example.com/sitemap" using 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]

 


Was this article helpful?



Still need help?

Open a support ticket →

On This Page