On 2/14/07, jisse <jisse@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx