Skip to Content
How to Create a User-friendly URL Using htaccess
Others

How to Create a User-friendly URL Using htaccess

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. Rew…

Si su sitio web está usando una URL larga como example.com/files/folder/sitemap.htmlPuedes cambiarlo a "example.com/sitemap" usando htaccess.

Modifique esta línea de acuerdo a sus necesidades, y a continuación, agregue este código a su archivo htaccess.

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

\r\n

Did this guide solve it?Your feedback helps us improve the next answer.