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.
Apache Configuration?
Moderator: General Moderators
-
singleString
- Forum Newbie
- Posts: 6
- Joined: Fri Feb 13, 2009 5:23 pm
Re: Apache Configuration?
Never mind I figured it out.
I just needed to add this to my configuration file.
Options +MultiViews -Indexes
I just needed to add this to my configuration file.
Options +MultiViews -Indexes