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

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
結果 11032

主題: 標誌是不正確的URL

混合視圖視圖

以前的帖子 Previous Post   Next Post 下一篇文章
  1. #1
    高級會員
    註冊日期
    2011年2月
    帖子
    138

    Default

    2。是的,網址是相同的,但正如我在5點以上,您將需要設置“保持非英文字符的URL' 內 vbseo 要明白我的意思。此設置在您安裝說明中規定,但我的論壇上不工作。

    4。這些變化都已經實施。如果你看看你會看到這些文件是在服務器上。該 '...._ old.php“文件是標準的百度推廣文件。該 vbet版本的這些文件是目前活躍。

    直到非英文字符的問題就解決了,我不會亂與周圍的地圖,除非你能告訴我,目前的問題(谷歌看不到我的Sitemaps),是因為我還沒有應用的變化 在這裡?如果是的話,我會改變的文件,但我需要確切地知道為什麼 Sitemaps是不作為,被谷歌之前,我做任何事情,因為我不希望給谷歌的負載不正確的網址。
    最後編輯者 norku; 10-03-1114:03.

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

    Default

    OK我看當翻譯的網址已啟用 - 你有404。
    根據指令的readme.html你應該 - 保持非英語字符的網址。如果沒有工作 - 請禁用它。我將赤它為你,但我需要訪問 vbseocp。

    2.關於 sitemp。也許這是未檢測到谷歌因為我作你的.htaccess /forum 資料夾中。我們可以簡單地進行測試。只是禁用 vBET 和刪除從.htaccess /論壇.評論中主要的.htaccess vbet 規則和還原舊的 vbseo 檔。後,(當完全禁用 vBET) 檢查此網站地圖,我們將會結,vBET 將提供這一問題,或不。

    3。今天晚上我會檢查你的配置和整合與百度推廣

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

    Default

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

  4. #4
    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工作只在論壇頁面。
    測試。並檢查,谷歌可以看到您的網站地圖

    感謝

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

    Default

    感謝。現在我會盡力。

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

    Default

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

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

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

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

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

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

    Default

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

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

    謝謝 我會為你解決它

標籤這個主題

發帖權限

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