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]
Categories
4
Backup/Restore
6 Billing & Accounts
0 CGI - Advanced Webmasters
10 CloudLinux (cPanel)
24 cPanel - Control Panel
2 Cpanel - Features & Functions
11 Databases
48 DirectAdmin
6 DNS - Nameservers
10 Domain Management
17 Email
6 Email Without Mysteries
9 FTP
4 FTP & Uploading Files
16 General Questions
7 Getting Started
6 Installing a Control Panel
8 Mail Filters & SPAM
11 Mobile
3 Others
7 PayPal
9 PHP & MySQL
47 Plesk
10 Security
58 SiteWorx/InterWorx
69 Softaculous
18 SolusVM
5 SSL
21 Technical Support
19 Virtualizor
18 WHM
17 WordPress
Categories
Knowledgebase
- Home
- Knowledgebase
- Others
- How to Create a User-friendly URL Using htaccess
- 0 Users Found This Useful
Related Articles
Fix PHP Error: Allowed Memory Size of X Bytes Exhausted
If you are getting an error such as "Allowed memory size of... in file...
How to Redirect a Page or Website Using htaccess
If a page on your website no longer exists and you want to redirect it to a new page or website,...