Home > Backend Development > PHP Tutorial > 关于伪静态的1点疑惑

关于伪静态的1点疑惑

WBOY
Release: 2016-06-13 12:12:22
Original
1011 people have browsed it

关于伪静态的一点疑惑
我明白了伪静态的功能比如要访问a.php 你只要输入a.html便能到a.php页面
我现在的疑惑是
如果比如有个超链接要跳转到a.php那地址栏里面是写a.php还是写a.html?
还是2个都行?
我个人觉得就是伪静态就是重写URL地址用正则表达式替换
如果里面要写a.php那用户访问的时候到了下一页地址栏里岂不是还不是没有实现静态?
如果要是写a.html那么所有的超链接都需要修改?
是不是我理解错了?
还是说你写了a.php他根本跳转不到a.php?
关于伪静态这一块有点晕只知道是替换了URL别的都不清楚了
------解决思路----------------------
如果比如有个超链接要跳转到a.php那地址栏里面是写a.php还是写a.html?
写a.html。如果写a.php,那么就没有必要做伪静态了。

你可以把伪静态作为真实路径的别名去理解。

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