Home > Backend Development > PHP Tutorial > 关于url的解析有关问题

关于url的解析有关问题

WBOY
Release: 2016-06-13 11:56:28
Original
890 people have browsed it

关于url的解析问题
正常

出错

谁能解释下原因吗,为什么多个斜杆,结果就不大不同。
------解决方案--------------------

引用:
Quote: 引用:

最前的/代表从网站根目录开始寻址

www.zjxm.com/index.php/

在这个页面下。
如果url是/index.php/Admin/Index/admin_top 就是访问 www.zjxm.com/index.php/Admin/Index/admin_top
如果url是index.php/Admin/Index/admin_top,因为没有最前的/,就会从当前目录寻址,即www.zjxm.com/index.php/index.php/Admin/Index/admin_top



但是,为什么在浏览器中去掉斜杆\,又好使了呢。对比上边 第二个图
 


因為最后加個/,作為目錄,表示當前目錄是www.zjxm.com/index.php/ 如果不加/ 表示當前目錄是 www.zjxm.com/
因為瀏覽器會獲取最後一個/作為最裡層的目錄。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template