神仙姐姐 发表于 2013-6-9 08:15:15

谁能教教我怎么弄伪静态呢

我的配置如下
   
   




我上传了这个文件 但是没用啊 这个文件的内容是这样的


# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/topic-(.+).html(?(.*))*$ $1/portal.php?mod=topic&topic=$2&$4
RewriteRule ^(.*)/article-(+)-(+).html(?(.*))*$ $1/portal.php?mod=view&aid=$2&page=$3&$5
RewriteRule ^(.*)/forum-(w+)-(+).html(?(.*))*$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3&$5
RewriteRule ^(.*)/thread-(+)-(+)-(+).html(?(.*))*$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&$6
RewriteRule ^(.*)/group-(+)-(+).html(?(.*))*$ $1/forum.php?mod=group&fid=$2&page=$3&$5
RewriteRule ^(.*)/space-(username|uid)-(.+).html(?(.*))*$ $1/home.php?mod=space&$2=$3&$5
RewriteRule ^(.*)/blog-(+)-(+).html(?(.*))*$ $1/home.php?mod=space&uid=$2&do=blog&id=$3&$5
RewriteRule ^(.*)/(fid|tid)-(+).html(?(.*))*$ $1/index.php?action=$2&value=$3&$5
RewriteRule ^(.*)/(+*)-(+).html(?(.*))*$ $1/plugin.php?id=$2:$3&$5


我后台也开启了伪静态和rewrite 但是网页就打不开了 有人叫我弄url重写什么的但是我怕自己弄不好 希望各位高手能帮小弟解决下。。

无缘无故 发表于 2013-6-9 08:17:45

如果无效,问下空间商看,要怎么弄,有些空间是要另外加载的
页: [1]
查看完整版本: 谁能教教我怎么弄伪静态呢