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

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
56 First首先 ... 3456 最後Last
結果 415052

主題: 百度推廣一體化

  1. #41
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    如果這個.htaccess 不工作我建議您升級到最新版本的 vBSEO 和完整的配置再,這是在執行 vBET/do-not-upload/readme.html
    最後編輯者 Marcin Kalak; 29-08-1211:13.

  2. #42
    初級會員
    註冊日期
    Sep 2014 年
    帖子
    2

    Default

    Text automatically translated from: Portuguese to: Taiwanese
    Translated text
    科摩 faço 段救援 com o vBSEO com o Nginx 嗎?
    Original text

  3. #43
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    vBET 適用于 nginx,vBSEO,你可以找到在檔中的規則的示例:
    do-not-upload/tools/redirecting-rules/nginx.txt
    最後編輯者 Marcin Kalak; 04-10-1419:21.

  4. #44
    會員
    註冊日期
    Dec 2012
    帖子
    42

    Default

    Text automatically translated from: Portuguese to: Taiwanese
    Translated text
    我不能夠執行短 URL,我像這樣的.htaccess 的過程:

    Code:
    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 %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    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]
    如果我堅持用長的規則,我可以讓它工作,但我想那作品可能最好的方式就是用兩個字母 www.mysite/XY/forum.php


    請您可以修改它的正確方式嗎?
    Original text
    最後編輯者 Fabiano; 23-05-1523:43.

  5. #45
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    如果您不使用連結與 2 標誌部分,即: yourforum.com/XY/ 然後試試這個:
    Code:
    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]
    
    RewriteRule ^/?(..|zh-CN|zh-TW)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(..|zh-CN|zh-TW)/(.*)?$ 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 %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    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]

  6. #46
    會員
    註冊日期
    Dec 2012
    帖子
    42

    Default

    Text automatically translated from: Portuguese to: Taiwanese
    Translated text
    感謝馬辛

    現在,用這個.htaccess

    建議: 包括。 htaccess 準備在"其他"于這個 ZIP 檔案。這將十分便利。

    謝謝。
    Original text

  7. #47
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    我可以幫你,令人十分高興。我們已提示和示例檔中 do-not-upload/tools/redirecting-rules/.htaccess ,並 do-not-upload/tools/redirecting-rules/short-redirecting-rules/.htaccess.

  8. #48
    會員
    註冊日期
    Dec 2012
    帖子
    42

    Default

    Text automatically translated from: Portuguese to: Taiwanese
    Translated text
    馬辛,

    我現在有些語言不被重定向實現。鏈接由重定向,但是當您單擊鏈接轉到主頁。那是什麼?我的.htaccess就像最後發表的帖子:

    Code:
    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]
    
    RewriteRule ^/?(..|zh-CN|zh-TW)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(..|zh-CN|zh-TW)/(.*)?$ 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 %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    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]
    例如:

    http://www.xxxxxxx.com/iw/coroas-em...%96%D7%9C.html
    Original text

  9. #49
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    請給我 PM 訪問詳細資訊到管理員 CP,vBSEO CP 和 FTP。我將檢查什麼
    最後編輯者 Marcin Kalak; 24-06-1508:22.

  10. #50
    禁止
    註冊日期
    2012 年 8 月
    帖子
    481

    Default

    你必須設置選項 後臺-> vBSEO-> 控制項面板-> 常規設置-> 字元替換-> 替換非英文字元在 Url 中嗎?保持非英語字符的網址.

56 First首先 ... 3456 最後Last

標籤這個主題

發帖權限

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