Forum Moderators: phranque

Message Too Old, No Replies

domain.com/myscript resolved to domain.com/myscript.php

         

works

10:20 pm on Nov 2, 2004 (gmt 0)

10+ Year Member



My server is configured in a way that something like

domain.com/myscript is resolved to

domain.com/myscript.php

I have just moved from another provider where it was not configured this way and now this causes conflicts with my mod_rewrite settings.

Does anyone know if this is done by a special Apache module and how I can switch this off in htaccess? I thought this is caused by mod_speling but when I add "CheckSpelling off" in my htaccess file it doesn't change at all.

Thanks for any clues.

gergoe

11:03 pm on Nov 2, 2004 (gmt 0)

10+ Year Member



Probably this is done by mod_rewrite [httpd.apache.org]. Check out the RewriteEngine [httpd.apache.org] directive on how to disable it.

works

8:42 am on Nov 3, 2004 (gmt 0)

10+ Year Member



Okay, I got it. It is mod_negotiate.

[httpd.apache.org...]

I hope this helps if someone should have the same problems.