张涛 发表于 2010-2-4 21:46:31

学习了

chuaner 发表于 2010-2-4 22:17:29

都说了支持伪静态的了

huachun2008 发表于 2010-2-5 14:11:05

有点看不懂啊!~

张小华 发表于 2010-2-5 19:23:04

typco伪静态RewriteEngine On
RewriteBase /
RewriteRule index(\.)php/(.*) /index.php?/$2
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1

hexiaoxu 发表于 2010-2-6 01:22:23

RewriteEngine On
RewriteRule ^archiver/((fid|tid)-[\w\-]+\.html)$ archiver/index.php?$1
RewriteRule ^forum-(+)-(+)\.html$ forumdisplay.php?fid=$1&page=$2
RewriteRule ^thread-(+)-(+)-(+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2
RewriteRule ^tag-(.+)\.html$ tag.php?name=$1谢谢!我找到了!

Redsky 发表于 2010-2-6 20:15:40

支持 啊好东东

同志们辛苦啦~~~~~~~~

haoycn 发表于 2010-2-8 10:29:04

Ucenter Home怎么开启静态化的呢~~~

22634206 发表于 2010-2-9 09:17:38

回复 17# haoycn


此规则在10搂!

kentang 发表于 2010-2-10 16:58:59

伟大,学习了

22634206 发表于 2010-7-16 19:12:07

{:3_54:}{:3_64:}
页: 1 [2] 3
查看完整版本: 鼠窝空间常用程序DZ-PW-UC等伪静态使用说明及规则