在我的www/public文件夹中的.htaccess文件中,我看到了Options -MultiViews,谁能给我解释一下这行代码是做什么的?
发布于 2014-08-13 06:43:28
选项MultiViews由在mod_rewrite之前运行的Apache's content negotiation module使用,用于使Apache服务器匹配文件的扩展名。因此/file可以在URL中,但它将为/file.php提供服务。
https://stackoverflow.com/questions/25275273
复制相似问题