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

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
12 12 最後Last
結果 11017

主題: htaccess文件應該是什麼?

  1. #1
    初級會員
    註冊日期
    2011年5月
    帖子
    6

    Default htaccess文件應該是什麼?

    Text automatically translated from: Turkish to: Taiwanese
    Translated text
    htaccess的文件在安裝了一種新型的牌照我買了,但不能。
    htaccess文件應該如何olurmusunuz幫助。

    百度推廣 4.1.3
    百度推廣 3.6.0
    vBET 423

    創建 URL的SEO鏈接根據共識(即“/ EN /地址')

    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 /
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    鳥不能onuda要更改URL根據語言 s
    Original text
    最後編輯者 vBET; 30-05-1110:03. 原因: BBCode代碼更正

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

    Default

    Text automatically translated from: Turkish to: Taiwanese
    Translated text
    htaccess文件,誰知道如何做一個論壇,這些功能嗎?
    Original text
    最後編輯者 vBET; 30-05-1110:05. 原因: BBCode代碼更正

  3. #3
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    嗨。在這裡你會發現所有命中如何支持SEO鏈接:
    http://www.vbenterprisetranslator.co....html#post1539

    請告訴做到了幫助。如果您有任何其它問題關於這個問題 - 請只問

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

    Default

    你用百度推廣,所以請使用這一個:

    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 /
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    #************************************************************************--
    #RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
    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]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    第二,如果您想要將 vBET 和 vBSEO-集成讀取從集成說明 的readme.html 文件從請勿上傳文件夾。

  5. #5
    初級會員
    註冊日期
    2011年5月
    帖子
    6

    Default

    Text automatically translated from: Turkish to: Taiwanese
    Translated text
    Original text

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

    Default

    首先,在你的形象我可以看到你不使用SEO鏈接,所以使用htaccess的規則,從這篇文章:
    http://www.vbenterprisetranslator.co....html#post8697

    記得大約在admincp vBET設置 - > vBET - >主

  7. #7
    初級會員
    註冊日期
    2011年5月
    帖子
    6

    Default

    我使用的搜索引擎優化聯繫,但在炫魅...當點擊到這個問題 ..它發送給我安排這個環節 ...所有設置你可以看一下這個問題在這個文件,我放,但我不能做的我盡力了...

  8. #8
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    嗨。

    1。請給整個錯誤溝通 - 這是削減形象。
    2。如何重現?去哪裡上論壇看看吧
    3。這時我看到論壇上的翻譯是不工作的。當我將我看到的任何翻譯網頁登錄頁面(即使沒有轉化頁沒有它)。同樣在這樣的破頁我看到國旗重複代碼的語言。

    請安裝 nevest vBET版本。我知道它被認為是不穩定的,但僅限於新的功能 - 你不必打開那些。

    另外我看到vBET不整合百度推廣 - 請做整合也。所有的指令都是在readme.html文件

    請讓我們知道在安裝 nevest vBET和描述的實際狀態的問題(如果錯誤仍然egsists我們需要整個通信)。

    如果仍然破碎 - 請 PM我訪問細節管理CP和FTP - 我將檢查是否所有的安裝和集成步驟作了appropriatelly。

  9. #9
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    只是以在您的伺服器上簽。vBET 不能工作在您的論壇,因為你沒休耕後打開它的 SEO 連結的說明。此外卡米勒正是寫你什麼應該是你的.htaccess 檔的內容,您忽略它。請說明給定休耕。您必須在您的.htaccess 中設置附加規則和卡米勒給你那些在開始時-請看這裡: http://www.vbenterprisetranslator.co....html#post8705

    請 DO IT!國家不會改變您的論壇的時候你會忽略的答案,你所要求的。我們可以支持你這裡免費給你提示和精確的描述。如果你覺得實在是太多了你那麼我們可以為您做到這一點,當你購買安裝服務: http://www.vbenterprisetranslator.co...on-service.php

    因此,有2種方式,使工作:
    - 購買安裝服務 - 我們支付30美元,我們正在使你。
    - 要求我們幫助,我們支持你自由寫作你做什麼,你做你自己
    但它不會工作時,你會問答案,而不是忽略休耕指示再問。請休耕的指示。添加vBET規則到你的。htaccess文件 - 卡米爾已經給了你整個的內容你應該有和提示到哪裡尋找整合的說明與百度推廣。

  10. #10
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    OK - 我們需要作出改變的文件。請給我們百度推廣 CP。同時請確保您已安裝 CURL和iconv庫 - 這些都是必要的,在這一刻甚至連簡單的googletest.php頁面沒有運行 - 有內部服務器錯誤。有關詳細信息,請參閱 PM。

12 12 最後Last

標籤這個主題

發帖權限

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