Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,如果我尝试浏览到yellowandred.in/vblogs/index,我会被重定向到该vblogs页面。相反,我打算加载该index页面 - 这是一个没有扩展名的 PHP 页面。
yellowandred.in/vblogs/index
vblogs
index
避免这种重定向的最佳方法是什么?
将此行放在 .htaccess 顶部或 httpd.conf 中:
Options -MultiViews