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

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
结果 11032

主题: 标志URL是不正确的

混合视图视图

以前的帖子 Previous Post   Next Post 下一篇文章
  1. #1
    vBulletin企业翻译(vBET)员工
    注册日期
    2010年5月
    帖子
    1,000

    Default

    确定我看到时启用URL翻译 - 你有404。
    根据的readme.html指令,你应该有 - 保持在非英语字符的URL。如果不工作 - 请禁用它。我将赤,但我为你需要访问到vbseocp。

    2.关于 sitemp。也许这是未检测到谷歌因为我已为你.htaccess /forum 文件夹中。我们可以简单地测试它。只是禁用 vBET 并删除从.htaccess /论坛.评论中主要的.htaccess vbet 规则和恢复旧的 vbseo 文件。(当完全禁用 vBET) 检查此站点地图和我们将结后那 vBET 提供这一问题,或不。

    3。今天晚上,我将检查你的配置和整合与百度推广

  2. #2
    高级会员
    注册日期
    2011年2月
    帖子
    138

    Default

    更新:禁用Vbet按照您上面的谷歌后后,现在看到我的Sitemaps。

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

    Default

    好了,现在我知道为什么我们不能用/论坛的文件夹中的。htaccess

    另一项测试。只是再次启用 vBET,在主文件夹中 (替换的旧一个 (添加此 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\.hj-research\.com
    RewriteCond %{HTTP_HOST} !(^www\.hj-research\.com$|^cdn\.hj-research\.com$)
    RewriteRule (.*) http://www.hj-research.com/$1 [R=301,L]
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
    
    RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #vbet translator rules start
    
    RewriteRule ^forum/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^forum/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/(.*)?$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^forum/((archive/)?(.*.php(/.*)?))$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbenterprisetranslator_seo.php [L,QSA]
    
    #vbet translator rules end
    
    
    RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
    
    ## Expires
    <ifModule mod_expires.c>
    	ExpiresActive On
    	ExpiresDefault "access plus 1 seconds"
    	ExpiresByType text/html "access plus 1 seconds"
    	ExpiresByType image/gif "access plus 3456000 seconds"
    	ExpiresByType image/jpeg "access plus 3456000 seconds"
    	ExpiresByType image/png "access plus 3456000 seconds"
    	ExpiresByType text/css "access plus 3456000 seconds"
    	ExpiresByType text/javascript "access plus 3456000 seconds"
    	ExpiresByType application/javascript "access plus 3456000 seconds"
    	ExpiresByType application/x-javascript "access plus 3456000 seconds"
    </ifModule>
    
    ## Compression
    <ifmodule mod_headers.c>
    	<ifmodule mod_deflate.c>
    		AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
    		BrowserMatch ^Mozilla/4 gzip-only-text/html
    		BrowserMatch ^Mozilla/4\.0[678] no-gzip
    		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    	</ifmodule>
    </ifmodule>
    
    #Remove index.php from hj-research.com/index.php
    #rewrite engine on 
    RewriteCond %{THE_REQUEST} index\.php
    RewriteCond %{QUERY_STRING} ^$
    RewriteRule ^index\.php$ / [L,R=301]
    你知道这htaccess的vbet工作只在论坛页面。
    对它进行测试。和检查,谷歌可以看到您的Sitemap

    感谢

  4. #4
    高级会员
    注册日期
    2011年2月
    帖子
    138

    Default

    感谢。我会尽力,现在。

  5. #5
    高级会员
    注册日期
    2011年2月
    帖子
    138

    Default

    测试。只有主论坛页面转换(你说),但地图是由谷歌接受。地图是没有,但是任何大于正常,并没有包含任何外国语言网址。

    外语网址仍然是不正确我的论坛,并继续生产,尽管我的百度推广是相同的,在你的安装过程中所述的设置和文件404页。他们看起来不错,但当你点击他们404。

    我同意,你们可以不配合,对所有的vBulletin配置和我的论坛提供了一个VB非标准安装,所以,我要离开现在禁用vbet。

    我希望,它将有可能在某些时候得到vbet我的论坛上的工作,但在现阶段,我不会满意我的论坛和非工作关系的一个部分翻译。

    谢谢你到这虽然时间。这是大加赞赏。
    最后编辑者 norku; 10-03-1117:18.

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

    Default

    OK,现在我知道更多。所以我们可以使用只有htaccess文件在主文件夹,而不是在 /文件夹.

    请给我一些时间来找到一个解决方案。我必须思考和尝试一些配置。
    也请给我一个 vbseocp 的密码,因为我将能够检查 vbseo 配置以消除 404 错误

    谢谢 我会为你解决

  7. #7
    高级会员
    注册日期
    2011年2月
    帖子
    138

    Default

    PM是的道路上

此主题的标签

发帖权限

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