I am adding a links page to my site and have created the page with html and saved it as links.html then uploaded it into my FTP folder. I want to be able to access the page by just typing in www.********.co.uk/links but I have to put the .html at the end of this or I just get an error page. How can I make it so it doesn't need the .html at the end to be able to view it?
If you want the file to show up when you go to (website)/links, then you'll need to create a folder called "links" and save the file as index.html, inside of the /links folder.