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.
一旦我输入http://abc.def.com/something,它会自动在其后面添加'/'斜线,并导致它无法直接指向正确的页面。
什么可能导致这种情况发生?会不会是路由文件造成的?或 .htaccess 文件?
Probably a rewrite rule in a .htaccess file or any other Apache config file.