重要:此頁面會使用Cookie (cookies). 使用本網站不關閉瀏覽器中的cookie,即表示您同意使用它。
現在購買! 特點 下載

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
24 First首先 1234 最後Last
結果 112032

主題: 標誌是不正確的URL

  1. #11
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    感謝。我已禁用“保持非英文字符的網址”為現在和將開展的步驟中提到的地圖。我要讓你知道是怎麼回事了。

    期待聽到你。

  2. #12
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    更新:在禁用Vbet按照您的文章上面谷歌現在看到我的Sitemaps。

  3. #13
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    好了,現在我知道為什麼我們不能使用。htaccess文件在/論壇目錄

    另一個測試。只是再次啟用貝特、 在主資料夾中 (替換的舊的一個 (添加此 htaccessNOT IN /論壇 FOLDER)):
    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工作只在論壇頁面。
    測試。並檢查,谷歌可以看到您的網站地圖

    感謝

  4. #14
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    感謝。現在我會盡力。

  5. #15
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    測試。只有主論壇頁面轉換(如你所說會),但是地圖是由谷歌接受。但該地圖沒有任何大於正常,並沒有包含任何外國語言的網址。

    外國語言不正確的網址仍然在我的論壇,並繼續生產,儘管我的百度推廣 404頁的設置和文件是相同的描述在你的安裝過程。它們看起來不錯,但你點擊它們時,它們 404。

    我同意你們不能滿足所有百度推廣配置和我的論壇提供了一個非標準安裝 VB,所以我將不得不離開 vbet禁用了。

    我希望這將有可能在某個時候得到vbet工作在我的論壇,但在現階段,我不會滿意的部分翻譯我的論壇和非工作聯繫。

    感謝您的時間已經把這個雖然。這是大加讚賞。
    最後編輯者 norku; 10-03-1117:18.

  6. #16
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    OK,現在我知道了。所以我們只能使用htaccess文件在主文件夾,而不是在 /文件夾.

    請給我一些時間來找到解決辦法。我必須思考,並嘗試一些配置。
    也請將密碼給我 vbseocp ,因為我將能夠檢查 vbseo 配置以消除 404 錯誤

    謝謝 我會為你解決它

  7. #17
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    PM是在途中

  8. #18
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    我想總結的所有更改。

    1。結合谷歌搜索引擎 - 有一個編碼轉換問題時頁面。如何解決?

    - 去admincp - >風格和模板 - >導航欄模板
    - 在這個模板發現:
    PHP Code:
    <input type="hidden" name="ie" value="ISO-8859-2"/> 
    - 並代之以:
    PHP Code:
    <input type="hidden" name="ie"<vb:if condition="$_REQUEST['language']"value="UTF-8"<vb:else />value="ISO-8859-2"</vb:if>/> 
    2。問題與德國字母的網址上沒有翻譯頁面 - >我們應該定義字符替換在百度推廣的常規選項。

    示例:
    Code:
    'ü' => 'ue'
    'ä' => 'ae'
    'ö' => 'oe'
    'ß' => 'ss'
    3。關於翻譯的主頁 - 仍在工作。

  9. #19
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    有一個問題與字符。如果用戶設置了論壇的語言為德語在他的個人資料,使後包含一個直徑 ö U U SS的翻譯作品時認為英語。但是,如果他要編輯一職,他看到HTML數字代替字母。

    在百度推廣 CP ****>“定義自定義字符替換”我現在有以下進入,使我的索引的網址仍然可以工作:

    'U'=>'UE“
    'A'=>'曝光'
    'O'=>'OE'
    'SS'=>'SS'

    但是,我真正需要做的就是進入

    “(HTML數)'=>'A',使編輯的問題是固定的。然而,這會產生影響我的索引的網址。還是我失去了一些東西在這裡?

    我只能用一種語言的時刻,因為我沒有自定義的字符替換為其他(50!)語言。

    有沒有辦法得到這個工作?
    最後編輯者 norku; 11-03-1111:56.

  10. #20
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    您不需要申報字符替換所有語言 - 只為字母的語言,然後安裝 vBET(德國)。
    現在,所有其他語言的字母都不錯
    如果沒有 - 請給我一個例子(URL)

    其次:ACSII號碼後版 - >請給我的URL例子。
    您的論壇使用哪種編碼? UTF - 8?

24 First首先 1234 最後Last

標籤這個主題

發帖權限

  • 可能不會 發表新主題
  • 可能不會 發表回复
  • 可能不會 上傳附件
  • 可能不會 編輯您的文章
  •