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

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
14 123 ... 最后Last
结果 11032

主题: 标志URL是不正确的

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

    Default 标志URL是不正确的

    如果我输入
    PHP Code:
    www.xxxxxx.com/forum/de
    手动输入到浏览器地址栏和命中,一切都很好。然而,当我让德国国旗和命中它btries打开
    PHP Code:
    www.xxxxxx.com/de/forum
    任何想法?
    最后编辑者 norku; 05-04-1117:21.

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

    Default

    给你我有一些问题:
    1。你为什么百度推广这个变化?这里描述的:
    http://www.vbenterprisetranslator.co....html#post7479
    2。如果你使一个。htaccess文件 /论坛 将不会好?
    3。你有这个环节上htaccess的,因为现在你有两个组vBET规则。
    - 翻译主页
    - 翻译论坛

    也许我们可以让两个。htaccess文件?喜欢你的旧的和第二 /论坛 文件夹?

    你可以试试它。
    第一。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
    #vbet outside site
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|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)/$ index.php?language=$1&vbet_outside=true [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|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)/(.*)?$ $2?language=$1&vbet_outside=true [L,QSA]
    
    RewriteCond %{QUERY_STRING} !vbet_outside=true
    RewriteRule ^(.*)$ $1?vbet_outside=true [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]
    和第二 /论坛 文件夹 (仅 vBET 规则):
    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
    
    
    RewriteRule ^/?(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)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(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)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*.php(/.*)?))$ vbenterprisetranslator_seo.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]
    
    
    
    #vbet translator rules end
    你可以测试它?我等待结论。如果仍然没有 - DELETE /论坛的文件夹的。htaccess 和旧的.htaccess 替换这一 (因为用此 htaccess vBET 作品完美的论坛和没有工作的主页面):
    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]

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

    Default

    嗨,

    现在,我来看看这个。感谢。你能准确地解释这些htaccess文件做什么?
    最后编辑者 norku; 10-03-1111:05.

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

    Default

    请,检查时。

    你让一个坏的。htaccess。
    粘贴在文件末尾vBET规则!这是坏 - 请像从我的previoust职位一个htaccess文件

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

    Default

    我没有。我把他们赶走。从上述职位,我现在已经上传你的htaccess的服务器错误现在纠正。 Sitemaps的前面,我注意到有一个问题。他们无法找到由谷歌

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

    Default

    请,如果你能 - 回答我的问题一个接一个 - 将很容易找到最好的解决方案。
    http://www.vbenterprisetranslator.co....html#post7535

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

    Default

    我的变化 这里 因为我想更一致的结构,而不必移动到根的 vb 套房。它很好地工作,但与 vbet 有清楚的问题如果论坛有我的配置。


    随着vbet启用我目前看到以下问题:

    1。外国字符不会被确认,当我在论坛上(/ DE /论坛的版本)执行搜索。尝试杜塞尔多夫搜索。没有结果,即使我已经在论坛上的结果。看在“杜塞尔多夫”字是在搜索页面返回的方式。如果我去的英语(默认)版本的论坛,并执行相同的搜索,我得到正确的结果。

    2。这是目前在Google索引中: http://ww 不过看看的 url 时,页面打开我的论坛上的 w.xxxx.com/forum/f34/faehnlein-standard-bearer-insignia-wear-3514/。

    3。 Sitemaps是不被人看到谷歌网站管理员工具。我还没有作出任何详细的变化: http://www.vbenterprisetranslator.co...tegration.html

    4。查看论坛的英文版本,并进入该URL: http://w ww.xxxx.com/forum/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060/ 页面加载但 404,url 显示德国的字符,但如果复制和粘贴该 url 时右你得到: http://w ww.hj-research.com/forum/de/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060/

    5。我已经设置替换URL中的非英语字符?现在是,直到这个问题得到解决,所以你可能需要设置为“保持非英文字符”,以查看上面我已经desribed的问题。

    期待您的回音。
    最后编辑者 norku; 22-05-1209:34.

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

    Default

    1,我会检查我的测试论坛
    2。我试过这个网址和我看不到的问题 - 什么都好
    3。所以请使用此指令(从该网址集成地图)
    4。请,如果你想有SEO链接翻译 - 整合vbet百度推广 - 编辑两个百度推广文件 - 一切都在readme.html文件描述。
    在百度推广的有关选项 - 如果您想翻译SEO链接 - 你应该设置中的readme.html一样,因为如果你没有设置 - 你将有404(如果你整合两个百度推广文件)

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

    Default

    2。是的,网址是相同的,但正如我在上文第5点说,你将需要设置“保持非英文字符的URL' 内 vbseo 来看看我的意思。此设置在您安装说明中规定,但我的论坛上不工作。

    4。这些变化都已经实施。如果你看一下,你会看到该文件在服务器上。 '...._ old.php“文件是百度推广的标准文件。目前正在积极vbet这些文件的版本。

    非英文字符的问题是解决之前,我不会惹围绕与地图,除非你能告诉我,目前的问题(谷歌不能看到我的Sitemaps),因为我还没有应用的变化 这里?如果是,那么我会改变该文件,但我需要知道究竟为什么Sitemaps是不是被谷歌看到我做任何事情之前,因为我不想给谷歌一个不正确的URL的负载。
    最后编辑者 norku; 10-03-1114:03.

  10. #10
    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。今天晚上,我将检查你的配置和整合与百度推广

14 123 ... 最后Last

此主题的标签

发帖权限

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