后缀名:
动态页面:
.php/.jsp/.aspx
静态页面:
.html/.htm/.shtml
动态手段—-》生成静态页面。
百度–》静态页面比较友好。—-seo优化手段
伪静态–》动态页面伪装成静态页面。
伪静态的配置:
1.1:phpinfo()搜索mod_rewrite()模块,如果有,地址重写模块开启;如果没有,要开启重写模块.
1.2:apache conf/httpd.conf apache配置文件 搜索’LoadModule’找到对应mod-rewrite模块,把前
1.3:httpd.conf查找Options FollowSymLinks把下边AllowOverride后边改成All重启apache
gd-info()