How can I make a link on my webpage so that I do not have to type in ".htm" or...

Morgan

New member
...".html" after the page name...? How can I make a link on my webpage so that I do not have to type in ".htm" or ".html" after the page name when I type it in the address bar?

For example, I have a page called "sources" and I want to type www.something.com/sources but instead I have to type www.something.com/sources.html. How do I get rid of the ".html"?

Thanks in advance!
 
There are at least 2 ways to do this: Apache configuration or creating a folder.

Creating a folder is definitely the simplest solution. You just need to create a folder in your web root called sources and move sources.html to sources/index.html
 
Back
Top