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

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

אם אתה רוצה להתחיל להרוויח כסף עם vBET להצטרף תוכנית שותפים.
דף 1 של 2 12 אחרוןLast
תוצאות 1 עד 10 של 32

אשכול: Url דגל שגויה

תצוגה היברידית

פוסט הקודם Previous Post   Next Post פוסט הבא
  1. #1
    חבר בכיר
    תאריך
    פבואר 2011
    הודעות
    138

    Default Url דגל שגויה

    אם אני נכנס
    PHP Code:
    www.xxxxxx.com/forum/de
    באופן ידני לתוך שורת הכתובת של הדפדפן, והקישו על Enter כל טוב. עם זאת, כאשר אני יכול להפעיל את הדגל הגרמני פגע שזה btries לפתוח
    PHP Code:
    www.xxxxxx.com/de/forum
    יש לך רעיונות?
    נערך לאחרונה על ידי norku; 05-04-11 ב 17:21.

  2. #2
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    יש לי כמה שאלות אליך:
    1. למה עשית את זה משתנה עבור vBSEO? המתואר כאן:
    http://www.vbenterprisetranslator.co....html # post7479
    2. אם אתם עושים htaccess. ב / פורום יהיה לא טוב?
    3. יש לך את הקישורים כי כעת על htaccess יש לך שתי קבוצות של כללים vBET.:
    - לתרגם את הדף הראשי
    - לתרגם בפורום

    אולי אנחנו יכולים לעשות שני. קובץ htaccess? אחד כמו הישן שלך השני / פורום תיקיה?

    אתה יכול לנסות את זה.
    . first 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
    הודעות
    138

    Default

    היי,

    אבדוק את זה עכשיו. תודה. אתה יכול להסביר בדיוק מה הקבצים הללו htaccess לעשות?
    נערך לאחרונה על ידי norku; 10-03-11 ב 11:05.

  4. #4
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    בבקשה, לבדוק את הרכב.

    אתה עשית רע. Htaccess.
    הדבקת כללי vBET על קצה קובץ! זה היה רע - נא ליצור קבצי htaccess כמו ממוצב previoust שלי

  5. #5
    חבר בכיר
    תאריך
    פבואר 2011
    הודעות
    138

    Default

    אני לא. הסרתי אותם. יש לי עכשיו נטען htaccess שלך ממוצב מעל השגיאה שרת לתקן עכשיו. יש בעיה עם Sitemaps אשר שמתי לב קודם לכן. הם לא ניתן למצוא על ידי גוגל

  6. #6
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    בבקשה אם אתה יכול - לענות על השאלות שלי אחד אחד - יהיה קל למצוא את הפתרון הטוב ביותר.
    http://www.vbenterprisetranslator.co....html # post7535

  7. #7
    חבר בכיר
    תאריך
    פבואר 2011
    הודעות
    138

    Default

    תודה. אני נכה "לשמור שאינם דוברי אנגלית דמויות כתובות" לעת עתה, יבצע את הפעולות שהזכרת עבור Sitemap. אני נודיע לך איך זה הולך.

    מצפה לשמוע ממך בהמשך.

  8. #8
    חבר בכיר
    תאריך
    פבואר 2011
    הודעות
    138

    Default

    אה, בסדר. כן, העתקתי קטע מתוך Wiki הצרפתי ולהדביק אותו.

    עם זאת, כאשר בחרתי בשפה בפורום שלי כמו הגרמנית, פורסם אז בגרמנית, הדמויות עדיין להראות כמספרים html כאשר אני עורך את הודעה או לחץ על החץ בתפקיד מתורגם ....?

  9. #9
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    כן אתה צודק. נראה את שתי ההודעות - אחד fisrt עשוי לעמוד לא תורגם (אנגלית) - אין בעיה כאשר אתה רוצה לערוך אותו.

    אחד השני הוא עשוי מדף (פולנית) תירגם כאן בעיה - אותיות עם קוד ascii תחת 256 - קידוד לא נכון - אני דיווח באגים vBulletin ואני אנסה לתקן את זה.

  10. #10
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    אני עובד על זה עם הצוות vBulletin:
    פורום ASCII הנושא תווים

    עכשיו יש לנו סוף שבוע. אם זה בסדר בשבילך אנחנו יכולים להתחיל את הנושא הזה אחרי סוף השבוע?

    במהלך סוף השבוע אני אעבוד עם צוות קהילות.
    נערך לאחרונה על ידי kamilkurczak; 11-03-11 ב 13:25.

דף 1 של 2 12 אחרוןLast

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

הרשאות

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