How can I setup apache so that people don't have to use file extensions. For example if someone creates a webpage index, and forgets the .html. When someone visits the page, apache automaticly handles the file as if it was index.html. The same for images, when the extention .jpg or .gif is forgotten, it still shows the image.
I found some module called mod_negotiation, but I don't know how to set this up correctly.
I found some module called mod_negotiation, but I don't know how to set this up correctly.