How is Apache mapping files without extensions?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Track title: CC I Beethoven Sonata No 31 in A Flat M
--
Chapters
00:00 How Is Apache Mapping Files Without Extensions?
00:53 Accepted Answer Score 11
01:22 Thank you
--
Full question
https://superuser.com/questions/337626/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#filesystems #php #apachehttpserver #url #rewrite
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Track title: CC I Beethoven Sonata No 31 in A Flat M
--
Chapters
00:00 How Is Apache Mapping Files Without Extensions?
00:53 Accepted Answer Score 11
01:22 Thank you
--
Full question
https://superuser.com/questions/337626/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#filesystems #php #apachehttpserver #url #rewrite
#avk47
ACCEPTED ANSWER
Score 11
This can be caused by a number of things, from rewrite rules to content negotiation. Judging by your httpd.conf
, the reason in this particular case is because you have Multiviews turned on.
Excerpt from your config:
Options Indexes FollowSymLinks MultiViews
Change it to this and restart Apache:
Options Indexes FollowSymLinks