Answer Posted / peter32
A MultiViews search is enabled by the MultiViews Options.
If the server receives a request for /some/dir/foo and
/some/dir/foo does not exist, then the server reads the
directory looking for all files named foo.*, and effectively
fakes up a type map which names all those files, assigning
them the same media types and content-encodings it would
have if the client had asked for one of them by name. It
then chooses the best match to the client's requirements,
and returns that document.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to ensure apache process run with non-root/nobody user?
Why apache server is used?
What do you mean by apache server?
What language is apache written in?
What is the difference between systemd and upstart?
What is meaning of "listen" in httpd.conf file?
How do I know if apache is running on windows?
What we should do to find out how people are reaching your site?
Is it possible to record the mac (hardware) address of clients that access your server?
How can you start a apache server with different configurition ( other that httpd.conf)?
What is mod_security in apache?
What is the difference between httpd and apache?
Can I serve content out of a directory other than the documentroot directory?
What’s the major difference between a restart and a graceful restart of a web server such as apache?
How would you describe the apache web server in brief?