Proudly Hosting over 100,000 Fast Websites since 2010

How can we help you?

Type your topic or keywords and hit enter to search our knowledgebase.

How to Create a User-friendly URL Using htaccess

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

Updated on February 15, 2024