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

賺錢與我們聯繫!

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

主題: 。htaccess的問題

  1. #1
    會員
    註冊日期
    2010年12月
    帖子
    36

    Default 。htaccess的問題

    我運行 vBulletin 4.1百度推廣 3.5.2。

    今天我購買 VBT。

    下面是我的。htaccess文件,它是工作... ... WWW點 satelliteguys點我們 / htaccess.txt(我無法上傳我的txt文件說,有一個服務器上的權限錯誤,我不能發表,直到我的網址後 15次。)

    我一直無法得到建議 VBT正常工作,當我插入我得到一個錯誤,指出該網頁不正確重定向

    火狐已檢測到服務器重定向請求這個地址的方式,將永遠不會完成。當我試圖將我的網頁。

    能否請你讓我知道正確的。htaccess這樣我就可以得到這個工作?謝謝!
    最後編輯者 scottct1; 03-12-1004:23.

  2. #2
    會員
    註冊日期
    2010年12月
    帖子
    36

    Default

    我下令安裝服務的最後一夜。我會讓親看著辦吧,因為我相信它的一些簡單操作。

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

    Default

    多數民眾贊成權利。
    我很抱歉我們遲到。

    請發送給我PM你admincp,FTP和百度推廣的細節。

    現在我們有一個週末。我們會做到這一點在週一。是否適合你?我很抱歉延遲。
    最後編輯者 kamilkurczak; 03-12-1020:00.

  4. #4
    會員
    註冊日期
    2010年12月
    帖子
    36

    Default

    下午發送。

    謝謝!

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

    Default

    這個週末卡米爾設有免費。他將能夠解決,並回答你星期一。希望這是行

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

    Default

    因為我不能編輯。htaccess文件 - 請更換您的。htaccess文件與此:
    Code:
    DirectoryIndex    cmps_index.php index.php cmps_index.php index.html index.htm
    
    # 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\.satelliteguys\.us
    RewriteRule (.*) http://www.satelliteguys.us/$1 [L,R=301]               
    
    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|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)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [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)/(.*)?$ 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]
    
    #************************************************************************--
    #RULES for pages outside forum directory handled by vBulletin
    
    #Those rules have to be in domain main folder
    #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]
    
    #This rule must be in each directory which have to be supported (without forum directory itself)
    #RewriteCond %{QUERY_STRING} !vbet_outside=true
    #RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]
    
    RewriteCond %{HTTP_HOST} ^www.satelliteguys.us$

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

    Default

    完成。
    - 我編輯的百度推廣文件(集成與 vBET)
    - I編輯你的。htaccess文件(現在你有一個很好的規則)
    - 我已經設置了必要的選項中admincp - vBET和admincp - >常規設置
    - I測試您的網站和一切(翻譯論壇和鏈接)的作品好。

    你能測試嗎?
    如果有什麼不同意,請寫在這裡。
    如果一切正常感謝您的合作,祝你好運

  8. #8
    會員
    註冊日期
    2010年12月
    帖子
    36

    Default

    我有幾個問題 ... ...

    1)如果我點擊它翻譯成德文德國罰款。但是如果我想回到英國,然後按一下英國國旗回到英國和德國仍然。

    而是帶我到satelliteguys.us / EN它只是帶我回satelliteguys.us

    2)我的主頁是cmps_index.php但由於某種原因,它是不喜歡使用它裝起來,而不是index.php文件加載。為了解決這個問題即暫時我複製了我的cmps_index.php到index.php。

    3)我的一個用戶報告了以下問題 ... ... “第一篇未讀文章的功能似乎被打破,我要到第一篇文章的主題,而不是新的職位。”

    請告知。

  9. #9
    會員
    註冊日期
    2010年12月
    帖子
    36

    Default

    更多的問題 ... ...

    她投入AdminCP然後再以不透明VBT工具忽略的話我得到以下錯誤信息。

    警告:require_once([路徑] / admincp / vbenterprisetranslator_ignoredwords.php)[function.require一次]:未能打開流:沒有那個文件或目錄 [路徑] / admincp / misc.php(2067):eval()的“ D代碼第4行

    致命錯誤:require_once()[function.require]:無法開啟所必需的'/ USR /家庭/ SATELLIT /的public_html / admincp / vbenterprisetranslator_ignoredwords.php'(include_path中='.:/ usr / lib中/ PHP吧:/ usr / local / lib目錄/ PHP')在/ usr /家庭/ SATELLIT /的public_html / admincp / misc.php(2067):eval()的“D第4行代碼

    而這種從緩存清潔 ...

    警告:require_once([路徑] / admincp / vbenterprisetranslator_cachecleaner.php)[function.require一次]:未能打開流:沒有那個文件或目錄 [路徑] / admincp / misc.php(2067):eval()的“ D代碼在第9行

    致命錯誤:require_once()[function.require]:無法開啟所必需的'/ USR /家庭/ SATELLIT /的public_html / admincp / vbenterprisetranslator_cachecleaner.php'(include_path中='.:/ usr / lib中/ PHP吧:/ usr / local / lib目錄/ PHP')在/ usr /家庭/ SATELLIT /的public_html / admincp / misc.php(2067):eval()的“D第9行代碼

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

    Default

    1)satelliteguys.us /是好的。為什麼不以“/ EN”?因為英語是你的主要論壇的語言,當你點擊英國國旗你有一個 URL到原來的論壇。
    你在哪裡看到的德國人?如果我點擊我有一個德國的德語翻譯。如果我點擊英文 - 我有一個英語。

    如果你想有一個更快的論壇:
    您可以禁用一些翻譯在乞討 - 當緩存將充滿你可以添加新的不時。開始翻譯手段與所有52 52倍以上的內容為用戶和根。有些論壇可以輕鬆地處理這個問題,對一些人來說是最好先從一些翻譯。
    要做到這一點:到 admincp-> vBET-> 標誌

    2)是現在的工作?
    3)現在我有空閒時間。明天我將修復它。如果是為你好吧。

13 123 最後Last

標籤這個主題

發帖權限

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