Page 1 of 1

Apache Configuration?

Posted: Tue Apr 07, 2009 4:18 pm
by singleString
I recently uploaded my site to a new host, and I discovered I problem.

The problem is I have links that are associated with images, but they don't have endings like .jpg or .png and example would be:

http://www.example.com/img/test

would be the same as

http://www.example.com/img/test.jpg

and they would both work, but now on my new host it doesn't work without the ending and it says that it can't find the file and I was wondering what kind of configuration might be different that caused this change.

Re: Apache Configuration?

Posted: Wed Apr 08, 2009 12:57 pm
by singleString
Never mind I figured it out.

I just needed to add this to my configuration file.

Options +MultiViews -Indexes