重要:此頁面會使用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

    請,請 PM。

    你做不好的。htaccess。
    粘貼 vBET規則在最終的文件!這是不好的 - 請做一個 htaccess文件後想從我的previoust

  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。這是目前在谷歌索引: http://ww 不過看看的 url 時,頁面打開我的論壇上的 w.xxxx.com/forum/f34/faehnlein-standard-bearer-insignia-wear-3514/。

    3。 Sitemaps是沒有看到谷歌網站管理員工具。我沒有做任何更改的詳細位置: http://www.vbenterprisetranslator.co...tegration.html

    4。查看英文版本的論壇,進入這個網址: 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。我已更換非英語字符的網址?到是現在這個問題解決之前,所以你可能需要設置為“保持非英文字符”來查看問題,我有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是不作為,被谷歌之前,我做任何事情,因為我不希望給谷歌的負載不正確的網址。
    最後編輯者 norku; 10-03-1114:03.

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

    Default

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

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

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

14 123 ... 最後Last

標籤這個主題

發帖權限

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