Ok I need some help with my urls
on one project I did the urls like
<a>/about</a>so that it would display with out the .html extension and it works great
now i have a new project and for some reason I can not get it to work i can do
/about.htmland that works but I don’t want the .html
and when I try doing it without the .html upload to the server and test in my browser i get a 404
so is there a server setting that i need to check or is there another problem? I can’t figure this one out

