纵横天下 发表于 2013-8-5 11:06:51

discuz X2.5 配置的问题,bluehost空间,请教

最近用bluehost空间,搭建了一个论坛,discuz X2.5 程序是,
服务器系统及 PHPLinux / PHP v5.2.17
服务器软件Apache

.htaccess配置
# 将 RewriteEngine 模式打开RewriteEngine On# 修改以下语句中的 /discuz 为您的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /RewriteBase /discuz# Rewrite 系统规则请勿修改RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^article-(+)-(+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^forum-(\w+)-(+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^thread-(+)-(+)-(+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^group-(+)-(+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^blog-(+)-(+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^archiver/(fid|tid)-(+)\.html$ archiver/index.php?action=$1&value=$2&%1RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^(+*)-(+)\.html$ plugin.php?id=$1:$2&%1后台网站 URL:设置是 http://www.主域名.com/bbs

站点伪静态失败,请问有用过bluehost配置成功过的么,如果配置成功,请帮我找下原因,谢谢

满意沟通 发表于 2013-8-5 13:07:21

# 修改以下语句中的 /discuz 为您的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /

这个已经说的很明白了 把discuz改为bbs

纵横天下 发表于 2013-8-5 15:28:20

满意沟通 发表于 2013-8-5 13:07 static/image/common/back.gif
这个已经说的很明白了 把discuz改为bbs

朋友,我把它改成 /discuz也不管用,汗

满意沟通 发表于 2013-8-5 16:40:37

纵横天下 发表于 2013-8-5 15:28 static/image/common/back.gif
朋友,我把它改成 /discuz也不管用,汗

汗 连中文都看不懂 我就没办法了

纵横天下 发表于 2013-8-5 17:03:24

满意沟通 发表于 2013-8-5 16:40 static/image/common/back.gif
汗 连中文都看不懂 我就没办法了

朋友,首先很高兴你给我的回复和帮助,你说的我都试过了,后台改这个/bbs。/discuz也好,在设置的时候我挨个设置测试了。可以还没有解决静态的问题,医生称静态,就是404页面。汗

纵横天下 发表于 2013-8-5 20:47:07

已经解决,得来全部费功夫啊,其实很简单,感谢上面的朋友的建议,vrey 感谢

789ld 发表于 2013-9-3 22:53:56

楼主你是怎么解决的,最近弄个中文的,也是在bluehost上架设的,请指教。
页: [1]
查看完整版本: discuz X2.5 配置的问题,bluehost空间,请教