Below you will find pages that utilize the taxonomy term “Discuz”
September 9, 2010
Nginx常用Rewrite(伪静态规则)
"\u003cp\u003e信现在大部分用Linux VPS的朋友都在使用这个迅速传播的 \u003ca href=\"http://nginx.me/\"\u003eNginx\u003c/a\u003e,今天就整理一下最常见的PHP程序的Rewrite(伪静态规则)。\u003c/p\u003e\n\u003cp\u003eWordPress:\u003c/p\u003e\n\u003cp\u003elocation / {\nindex index.html index.php;\nif (-f $request_filename/index.html){\nrewrite (.\u003cem\u003e) $1/index.html break;\n}\nif (-f $request_filename/index.php){\nrewrite (.\u003c/em\u003e) $1/index.php;\n}\nif (!-f $request_filename){\nrewrite (.*) /index.php;\n}\n}\u003c/p\u003e\n\u003cp\u003ePHPCMS:\u003c/p\u003e\n\u003cp\u003elocation / {\n###以下为PHPCMS 伪静态化rewrite规则\nrewrite ^(.\u003cem\u003e)show-([0-9]+)-([0-9]+).html$ $1/show.php?itemid=$2\u0026amp;page=$3;\nrewrite ^(.\u003c/em\u003e)list-([0-9]+)-([0-9]+).html$ …\u003c/p\u003e"
June 17, 2010
lighttpd配置DiscuzX伪静态规则详细图文教程
"\u003cp\u003eVPS下lighttpd配置DiscuzX伪静态规则\u003c/p\u003e\n\u003cp\u003e第一步:进入Kloxo VPS控制面板点击域名选项.\n第二步:进入域名选项后,选中你所要配置lighttpd的DiscuzX伪静态规则的域名, 这里所需要配置的域名为找iPad论坛 \u003ca href=\"http://www.cn0393.com\"\u003ewww.cn0393.com\u003c/a\u003e , 点击它,进入站点选项列表.\n第三步:点击lighttpd地址重写规则按纽,进入lighttpd配置界面.\n第四步:把由找ipad论坛提供的lighttpd的DiscuzX伪静态规则文件粘贴进空白框中.\n第五步:然后点击Update按纽,应用并使lighttpd生效.\n 注:lighttpd会自动重启可以不用像IIS那样需要手工重启。\n第六步:进入DiscuzX管理中心,点击–》全局–》优化设置–》URL静态化\n 把箭头所指的勾全选中–》点提交\n最后一步,就是更新一下缓存就OK了,超简单。哥你懂的,就不截图了。自已看效果吧!\u003c/p\u003e"