How to change example.com/about.html to example.com/about | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to change example.com/about.html to example.com/about

I created a website but it's about navigation is about.html & how to change example.com/about.html to example.com/about

25th Sep 2020, 10:23 AM
Vikash Godara
Vikash Godara - avatar
1 Answer
+ 1
you need to change the .htaccess of your server. to contain RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L]
25th Sep 2020, 10:38 AM
Bahhaⵣ
Bahhaⵣ - avatar