如果你备案了,推荐你用真如互联的双线虚拟主机,我论坛放这边半年多了。不能说最好,稳定性还是很不错的,尤其是售后上,服务很好。
关于伪静态:
下面的工作是设置httpd.ini,这个文件需要放置到Discuz安装目录的根目录中。打开
httpd.ini,把Discuz官方给出的rewrite规则添加进去:
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP RewriteRule /SearchCompany_(\d+)\.html
/SearchCompany\.aspx\?npage=$1 [N,I]
# 这里是解析帖子列表 安装根目录
RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)$ $1/archiver/index\.php\?$2
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay\.php\?
fid=$2&page=$3
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$
$1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3
之后进论坛后台,开启相关的伪静态设置即可。
这个是规则,放空间里,然后让空间商设置下即可开启伪静态了。
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)