Forum Moderators: phranque

Message Too Old, No Replies

how can I forbid to apache to redirect

         

safelock

12:49 pm on Dec 25, 2007 (gmt 0)

10+ Year Member



Hi All.
Sorry for my english.
Help me plz with next problem.
I have FreeBSD 6.2 apache 1.3+php4.4 (mod apache)
problem:
When apache have obtain request for non - existen directory(http://my_site/no_existen_directory/), he attempts redirect request to (http://my_server/no_existen_directory.php or [my_server...]
but I don't want it.
P.S. Mod_rewrite off

Please help me!
What directive in http.conf forbid apache server to do this?

jdMorgan

2:27 pm on Dec 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not sure if this will help, but you might try adding

Options -MultiViews

or just remove the MultiViews option from the existing Options directive in httpd.conf.

Jim