Apache Configuration?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
singleString
Forum Newbie
Posts: 6
Joined: Fri Feb 13, 2009 5:23 pm

Apache Configuration?

Post 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.
singleString
Forum Newbie
Posts: 6
Joined: Fri Feb 13, 2009 5:23 pm

Re: Apache Configuration?

Post by singleString »

Never mind I figured it out.

I just needed to add this to my configuration file.

Options +MultiViews -Indexes
Post Reply