我新建了个论坛,是DIZ模板做的,我现在要把他的页面都转换为伪静态。DIZ是这样提示的门户专题页 {name}     topic-{name}.html
门户文章页 {id}, {page}   article-{id}-{page}.html
论坛主题列表页 {fid}, {page}   forum-{fid}-{page}.html
论坛主题内容页 {tid}, {page}, {prevpage}          thread-{tid}-{page}-{prevpage}.html
群组主题列表页 {fid}, {page}     group-{fid}-{page}.html
用户个人主页 {user}, {value}     space-{user}-{value}.html
全站动态页面 {script}, {param}     {script}-{param}.html
我在网上搜了下IXWEBhosting的空间需要导入一个文件.htaccess的文件
内容为:
RewriteEngine On
RewriteBase /
RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.php?$1
RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
RewriteRule ^profile-(username|uid)-(.+)\.html$ viewpro.php?$1=$2
RewriteRule ^tag-(.+)\.html$ tag.php?name=$1
我导入了,也更新缓存了,可是转换为伪静态还是全部出现404的错误,是不是文件的转换格式出错了?
本人不懂PHP,忘请教