博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年12月28日

摘要: 在弄yii的url重写,希望能把url改成更好记的形式,同时去掉index.php的部分。转化前后的对比:修改前: http://localhost/index.php?r=site/page?view=about修改后: http://localhost/site/page?view=about查了些资料完成以上的效果。我到环境是: apache2(httpd-2.2.21), PHP5.3.8, Yii 1.1.8STEP 1首先先确保apache2有rewrite模块,具体可通过phpinfo()看到apache的模块。我在这步折腾了不少时间,不管怎么编译都出不来,最后是通过如下完成到: 阅读全文
posted @ 2011-12-28 16:25 Likwo 阅读(8228) 评论(0) 推荐(0)

摘要: ***wireshark用户手册***http://man.lupaworld.com/content/network/wireshark/index.html 能够分析出http的tcp数据,很强大。 阅读全文
posted @ 2011-12-28 13:30 Likwo 阅读(641) 评论(0) 推荐(0)