חשוב: הדף זה היא באמצעות עוגיות (cookies). שימוש באתר זה מבלי לכבות את קבצי ה-cookie בדפדפן, משמעותה שאתה מסכים עבור השימוש בו.
קנה עכשיו! תכונות הורדות

להרוויח איתנו!

אם אתה רוצה להתחיל להרוויח כסף עם vBET להצטרף תוכנית שותפים.
דף 5 של 6 Firstראשון ... 3456 אחרוןLast
תוצאות 41 עד 50 של 52

אשכול: vBSEO אינטגרציה

  1. #41
    אסור
    תאריך
    אוג 2012
    הודעות
    481

    Default

    .Htaccess זה לא עובד אני ממליץ שלשדרג את הגירסה האחרונה של vBSEO וביצוע של תצורת מלאה שוב, אשר vBET/do-not-upload/readme.html
    נערך לאחרונה על ידי Marcin Kalak; 29-08-12 ב 11:13.

  2. #42
    ג'וניור משתמש
    תאריך
    ספטמבר 2014
    הודעות
    2

    Default

    Text automatically translated from: Portuguese to: Hebrew
    Translated text
    כיצד ניתן להשתמש עם vBSEO עם Nginx?
    Original text

  3. #43
    אסור
    תאריך
    אוג 2012
    הודעות
    481

    Default

    vBET עובדת עם nginx ו vBSEO, דוגמאות של חוקים שאתה יכול למצוא הקובץ:
    do-not-upload/tools/redirecting-rules/nginx.txt
    נערך לאחרונה על ידי Marcin Kalak; 04-10-14 ב 19:21.

  4. #44

    Default

    Text automatically translated from: Portuguese to: Hebrew
    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 /
    
    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-15 ב 23:43.

  5. #45
    אסור
    תאריך
    אוג 2012
    הודעות
    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

    Default

    Text automatically translated from: Portuguese to: Hebrew
    Translated text
    מרצ'ין תודה,

    עכשיו לעבוד עם .htaccess הזה

    הצעה: לכלול. htaccess מוכן ב "אחר" בתוך zip. זה להקל מאוד.

    תודה.
    Original text

  7. #47
    אסור
    תאריך
    אוג 2012
    הודעות
    481

    Default

    אני שמח שיכולתי לעזור לך. אנחנו הכנסנו טיפים ודוגמאות בקובץ do-not-upload/tools/redirecting-rules/.htaccess ו - do-not-upload/tools/redirecting-rules/short-redirecting-rules/.htaccess.

  8. #48

    Default

    Text automatically translated from: Portuguese to: Hebrew
    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
    הודעות
    481

    Default

    אנא שלח לי ראש גישה פרטים כדי Admin CP, vBSEO CP ו FTP. אני לבדוק מה קורה שם
    נערך לאחרונה על ידי Marcin Kalak; 24-06-15 ב 08:22.

  10. #50
    אסור
    תאריך
    אוג 2012
    הודעות
    481

    Default

    עליך להגדיר את האפשרות VBSEO AdminCP->->לוח הבקרה -->הגדרות כלליות->החלפת תו->החזר Non-English תווים בכתובות URL ? עד שמור שאינם באנגלית דמויות כתובות.

דף 5 של 6 Firstראשון ... 3456 אחרוןLast

תגיות עבור נושא זה

הרשאות

  • אתה אולי לא לפרסם נושאים חדשים
  • אתה אולי לא לפרסם תגובות
  • אתה אולי לא לצרף קבצים
  • אתה אולי לא לערוך את ההודעות שלך
  •