分享

写回答

发帖

[提问] godaddy 主机不支持 vBulletin 的 .htaccess ?

GoDaddy GoDaddy 1446 人阅读 | 3 人回复

发表于 2010-9-6 15:50:13 | 显示全部楼层 |阅读模式

我试过其他二个几个程序在 godaddy 上面是可以支持重写的,

但我把 vBulletin 的 .htaccess 文件上传上去,就显示:

500 Internal Server Error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

试着删去好多句,发现对其中的一句不支持:
  1. # MVC
  2. RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
复制代码
这句有问题吗?     有人有同样的问题吗?




.

[ 本帖最后由 justdoitrocky 于 2010-9-6 03:51 PM 编辑 ]

vBulletin.htaccess.zip

422 Bytes, 下载次数: 126

回答|共 3 个

add.c

发表于 2010-9-6 15:58:19 | 显示全部楼层

改为
RewriteRule ^(?.*?)(?:/|$))(.*|$)$ $1.php?f=$2 [QSA]
试试

justdoitrocky

发表于 2010-9-6 18:42:29 | 显示全部楼层

原帖由 add.c 于 2010-9-6 03:58 PM 发表
改为
RewriteRule ^(?.*?)(?:/|$))(.*|$)$ $1.php?f=$2 [QSA]
试试




老大,有什么区别吗!

add.c

发表于 2010-9-6 18:59:33 | 显示全部楼层

回复 3# 的帖子

我不懂代码, 从网上搜的,所以让你测试下的
您需要登录后才可以回帖 登录 | 注册

本版积分规则