TheMadScientist

msg:4018017 | 8:18 am on Nov 3, 2009 (gmt 0) |
Have a look at Mod_Negotiation, specifically MultiViews. [httpd.apache.org...] (Double check your Apache Version so you know you are reading the correct manual for your server version... I have no clue on the Windows server settings.)
|
jdMorgan

msg:4018162 | 1:39 pm on Nov 3, 2009 (gmt 0) |
The typical cure for this is to add
Options -MultiViews to your code, or to combine that option with others already specified, such as
Options +FollowSymLinks -MultiViews
Jim
|
noyearzero

msg:4018304 | 4:49 pm on Nov 3, 2009 (gmt 0) |
Ah exactly what i need. Thanks!
|
|