重要:此页面会使用Cookie (cookies). 使用本网站不关闭浏览器中的cookie,即表示您同意使用它。
现在购买! 特点 下载

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
12 12 最后Last
结果 11011

主题: &转到= newpost链接不正确重定向

混合视图视图

以前的帖子 Previous Post   Next Post 下一篇文章
  1. #1
    高级会员
    注册日期
    2009年11月
    帖子
    168

    Default &转到= newpost链接不正确重定向

    所有请求showthread.php?T = X&转到= newpost显示空白页和不正确重定向的。

    这是一个。htaccess的问题(即百度推广支持告诉我刚才),但他们的修复似乎打破别的东西。你有什么想法,这可能是错在这里吗?

    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www\.pentaxforums\.com
    RewriteRule (.*) http://www.pentaxforums.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|et|tl|fi|fr|gl|de|en|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forums/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|et|tl|fi|fr|gl|de|en|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forums/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    #RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    Options All -Indexes
    Options +FollowSymLinks

  2. #2
    vBulletin企业翻译(vBET)员工
    注册日期
    2010年5月
    帖子
    1,000

    Default

    您好,
    你能复制这条规则:
    Code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    并将其粘贴前:
    Code:
    #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    #RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    如果您禁用vBET是仍然存在的问题?

  3. #3
    高级会员
    注册日期
    2009年11月
    帖子
    168

    Default

    感谢您及时的响应。
    是的,问题消失了,当我删除vbet htaccess规则
    你修复没有改变任何东西

  4. #4
    vBulletin企业翻译(vBET)员工
    注册日期
    2010年5月
    帖子
    1,000

    Default

    您好,
    所以,请在这里描述的 - 我怎么能重现您的论坛,因为我无法重现它,我不能看到这个问题。
    其次 - 请粘贴在这里你的服务器日志文件(文件服务器上所有问题的信息),因为我们认为,要么是不可见的功能
    (失踪
    PHP Code:
    require_once 
    ),因为你有一个空白页。

    谢谢

  5. #5
    高级会员
    注册日期
    2009年11月
    帖子
    168

    Default

    http://www.pentaxforums.com/forums/s...0&goto=newpost

    例如,作为一个尝试链接。

    请注意该网页上有没有PHP的错误或警告。

    唯一的服务器我观察现在的问题是与SQLite的问题,但newpost问题之前,所以这可以忽略不计。

    什么是最好的方式来调试?也许vbenterprisetranslator_seo文件不正确地转发到百度推广的要求吗?请注意,showthread.php是不是甚至称,如果你点击上面的链接。

  6. #6
    vBulletin企业翻译(vBET)员工
    注册日期
    2010年5月
    帖子
    1,000

    Default

    您好,
    摩曼我在您的网站在这里:
    Code:
    http://www.pentaxforums.com/forums/
    请写,我应该点击有这个问题(一步一步),因为我必须正确重现。
    谢谢

  7. #7
    高级会员
    注册日期
    2009年11月
    帖子
    168

    Default

    这个问题只有真正为最终用户时的AJAX倍和快速回复作为一个经常性的形式提交。它也发生在移动皮肤,我们肯定newpost链接。

    这些都是错误的完美例子:
    http://www.pentaxforums.com/forums/s...0&goto=newpost
    http://www.pentaxforums.com/forums/s...0&goto=newpost

    这工作,因为线程是不存在的:
    http://www.pentaxforums.com/forums/s...0&goto=newpost

  8. #8
    vBulletin企业翻译(vBET)员工
    注册日期
    2010年5月
    帖子
    1,000

    Default

    您好,

    因此,如果你没有在服务器日志文件中的任何说明 - 请给我(下午)您的admincp和FTP访问的细节。

    其次。请在这里描述我应该做的重现此问题(一步一步 - 没有链接),请描述我应该按一下,应等待多久,我等
    谢谢

  9. #9
    高级会员
    注册日期
    2009年11月
    帖子
    168

    Default

    我已经解决了这一问题。

    vbenterprisetranslator_seo.php,第56行:

    PHP Code:
    if (isset($_GET['t']) && !isset($_GET['goto']) && false !== strpos($_SERVER['REQUEST_URI'], 'showthread.php')) { 

  10. #10
    米哈尔Podbielski(vBET员工) vBET's Avatar
    注册日期
    2009年10月
    帖子
    3,037

    Default

    这是已经在我们vBET4.x代码 - 我们忘了做也vBET 3.x的 - 我们的过错。我现在纠正它 - 它会在下一版本中包含。

12 12 最后Last

此主题的标签

发帖权限

  • 可能不会 发表新主题
  • 可能不会 发表回复
  • 可能不会 上传附件
  • 可能不会 编辑您的文章
  •