Archive

Archive for the ‘开源代码’ Category

Joomla! 在 Nginx 环境下的 URL 优化

December 29th, 2011

本文解决以下几个问题:

1、在 Nginx 环境下移除页面及 URL 中的 index.php

2、在 Apache 环境下移除页面及 URL 中的 index.php

3、如何在所有的 URL 后加上 .html 后缀,实现伪静态

示例:

http://www.yoursite.com/index.php/category/article

=>http://www.yoursite.com/category/article.html

Read more…

Joomla

wordpress升级到3.0以后首页分类调用single_cat_title()不显示的问题

September 8th, 2010
Comments Off

最近在把原来 fc2、blogger 下模板重构为 wordpress 模板的时候一个让人头痛的问题。在 3.0 版本以前single_cat_title() 是可以直接调用显示 wordpress 分类的。 而在 3.0 / 3.0.1 版本中 single_cat_title() 的调用却是空白。

Read more…

Wordpress

WordPress 正式版更新到3.0

June 18th, 2010
Comments Off

wordpress.org 正式释放wordpress 3.0 版本更新。这次更新新特色很多、很值得期待,因此wifay这个用作小白鼠的Blog也在第一时间进行了更新。

Read more…

开源代码

开源的缩网址的php源代码

June 2nd, 2010
Comments Off

收集的一些开源的缩网址的php源代码,很多时候缩网址非常的有用。

Read more…

开源代码 ,