文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>SEO之伪静态

SEO之伪静态

时间:2010-12-08  来源:搜也搜索不到

看看怎么实现:因为笔者的虚拟主机是 IIS 而非 Apache ,所以只写 httpd.ini 的伪静态方法

[ISAPI_Rewrite]

#已配置了伪静态的可以删除
CacheClockRate 3600
RepeatLimit 32

#拟静态:目录形式
RewriteRule ^(.*)/(post|record|sort|author|page)/([0-9]+)$ $1/index.php\?$2=$3
RewriteRule ^(.*)/tag/(.+)$ $1/index.php\?tag=$2

#拟静态:html形式
RewriteRule ^(.*)/(post|record|sort|author|page)-([0-9]+)\.html$ $1/index.php\?$2=$3
RewriteRule ^(.*)/tag-(.+)\.html$ $1/index.php\?tag=$2
 

将 httpd.ini 置于网站根目录下即可。具体意思看注释,了解正则的话很容易理解!

 

 

  • 出自:天马博客     原文:http://www.php95.com/post-44.html
  • 如无特别说明,本博文章均为原创。转载请注明出处并保留天马博客链接,谢谢支持!
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载