On 2/14/07, jisse <[EMAIL PROTECTED]> wrote:
Hi,

I have a weird problem: On a webserver I own, I have a "/test.php" file.
When I browse to "/test/" I still get the "test.php". This is not what I
want.

I checked for the "mod_speling" module (which normally causes this
behaviour) but it is not present. I decided that it maybe was compiled
into the source (though I've looked through the source already) but a
directive like "CheckSpelling Off" was not reckognized by the Apache server.

That's not mod_speling.  You can tell if mod_speling did the
correction, because it will do a redirect -- changing the browser's
url-bar to show the real url.

This is probably "Options Multiviews".  Remove Multiviews from your
Options directives to get rid of it.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to