apache - URL without file extension working without mod_rewrite -


on server, when access file http://example.com/file.php url http://example.com/file, still displays correct file, although have no .htaccess url rewriting.

can rely on work across (current) browsers?

you have mod_negotiation / options +multiviews in httpd configuration. kind of negotiation describe shouldn't have browser dependency.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -