Home  >  Article  >  php教程  >  PHP页面静态化学习笔记之一:网址分类

PHP页面静态化学习笔记之一:网址分类

WBOY
WBOYOriginal
2016-06-06 19:48:501345browse

这是本人根据自己学习PHP技术页面静态化的过程所写的学习笔记,希望能够对大家有所帮助。 按照访问网站所用URL的式,可以讲URL分为以下几种: 1、静态网址:http://localhost/test.html 2、动态网址:http://localhost/test.php?id=1name=user 3、伪静态网址

这是本人根据自己学习PHP技术页面静态化的过程所写的学习笔记,希望能够对大家有所帮助。

按照访问网站所用URL的格式,可以讲URL分为以下几种:

1、静态网址:http://localhost/test.html

2、动态网址:http://localhost/test.php?id=1&name=user

3、伪静态网址:http://localhost/new-cn-sport-id100.html

(1)伪静态网址只是对动态网址的重写

(2)伪静态网址不能让动态网址“静态化”

(3)搜索引擎不会认为伪静态网址是HTML文档

(4)伪静态网址可以有效的防止sql注入攻击


Statement:
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