UPDATES

New Features

New Feature 1

This is the text for this update.

Posted 25/10/2023 @ 14:30

New Feature 2

This is the text for this update.

Posted 25/10/2023 @ 14:30

New Feature 2

This is the text for this update.

Posted 25/10/2023 @ 14:30

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]

Was this answer helpful? 1 Users Found This Useful (145 Votes)