Apache,Nginx 设置 typecho 伪静态去除 index.php
Apache 下设置 typecho 伪静态 设置 - 永久链接 - 启用地址重写功能 网站根目录 创建 .htaccess 文件,粘贴 <IfModule mod_rewrite.c> RewriteEngi...
给那些折腾过的留下一点痕迹
Apache 下设置 typecho 伪静态 设置 - 永久链接 - 启用地址重写功能 网站根目录 创建 .htaccess 文件,粘贴 <IfModule mod_rewrite.c> RewriteEngi...
/** 过滤中英文标点符号 */ function filter_punctuation($text){ $text=urlencode($text); $text=preg_replace("/(%E3%80%82|...
如果您看到这篇文章,表示您的 blog 已经安装成功.