"Harry Spier" <[EMAIL PROTECTED]> writes:

> I have a website on a shared hosting Apache Linux server.

[...]

> I believe (but I'm not sure) that [...] mod-speling is enabled on
> that Apache server. This is the default behaviior on the shared
> hosting server and they wont change it.
>
> I need to override that behavior in my domain so that a url to a
> non-existent file will always give a 404 error [...] Is there anyway I can
> use my .htaccess file to override the servers changing the url

According to the docs, you can use the directive:

    CheckSpelling off

in your .htaccess file to turn off mod_speling for just the files in
that directory:

    http://httpd.apache.org/docs/2.0/mod/mod_speling.html

Hope this helps!

---Scott.

---------------------------------------------------------------------
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