Forum Moderators: phranque

Message Too Old, No Replies

link works without .html extension

localhost/page not returning 404

         

anjanesh

1:36 pm on Apr 9, 2009 (gmt 0)

10+ Year Member



I have in my .htaccess file
AddType application/x-httpd-php .html

But for a page.html
localhost/page (no .html extension) works
How is that happening ?

Thanks

jdMorgan

2:17 pm on Apr 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If any of these are enabled, but you don't intentionally use them, then turn them off:

Mod_negotiation (Options MultiViews)
AcceptPathInfo (on Apache 2.0 or later)
mod_speling

Jim