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

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

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

אשכול: כותרות כפולים הנגרמת על-ידי VBET

  1. #1
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default כותרות כפולים הנגרמת על-ידי VBET. שגיאה: err_response_headers_multiple_location

    אני יש לי שגיאות מעל 11,000 ב כלי למנהלי אתרים של Google הקשורים VBET. זה קורה לסירוגין. לפעמים VBET שולח שתי גרסאות של הכותרות הדפים שנותבו מחדש. זה כנראה יקרה מתי מישהו מבקר קישור מתורגם, ואז מבקר קישור זה לא תורגם ללא לחיצה על הדגל. הבעיה מאוחסן במטמון ואז מאת vBulletin עבור עמוד זה, כך אף אחד לא יכול לבקר בו.

    בבקשה תגיד לי איך לתקן את זה. זה גורם גוגל להפיל כמה דפים מהאינדקס.

    הנה צילום מסך של השגיאה "err_response_headers_multiple_location":


    אני לא יודע אם זה יעזור אבל הנה .htaccess שלי:

    Code:
    RewriteEngine OnRewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    #OLD ReWrites
    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    #RewriteRule ^blogs/.* blog.php [QSA]
    RewriteRule ^entries/.* entry.php [QSA]
    # RewriteRule ^members/.* member.php [QSA]
    # RewriteRule ^content/.* content.php [QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    
    
    # RewriteRule ^/threads/.*$ showthread.php [QSA]
    # MVC
    # RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
    
    
    # Check MVC result
    # RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)$ - [NC,L]
    #RewriteRule ^(.*)$ - [R=404,L]
    # RewriteRule ^.*$ - [NC,L]
    # End Old Rewrites
    
    
    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]
    
    
    # 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.
    
    
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    
    # 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 /jobs/
    
    
    #RewriteCond %{HTTP_HOST} !^\.mymodeltalk.\.com
    # RewriteRule (.*) http://mymodeltalk.com/jobs/$1 [L,R=301]
    
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    
    # php_flag magic_quotes_sybase 0
    # php_flag suhosin.cookie.encrypt Off
    # php_value suhosin.request.max_vars 2048
    # php_value suhosin.post.max_vars 2048
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    
    deny from 41.
    deny from 190.58.246.214
    deny from 196.29.219.35
    deny from 81.18.42.117
    
    
    #Friendly Rewrite Rules End
    
    
    #Deny attempts to view the Htaccess file.
    <Files .htaccess>
    Order allow,deny
    Deny from all
    </Files>
    # BEGIN Browser Caching/Headers
    <IfModule mod_mime.c>
            AddType text/css .css
            AddType text/richtext .rtf .rtx
            AddType image/svg+xml .svg .svgz
            AddType text/plain .txt
            AddType text/xsd .xsd
            AddType text/xsl .xsl
            AddType video/asf .asf .asx .wax .wmv .wmx
            AddType video/avi .avi
            AddType image/bmp .bmp
            AddType application/java .class
            AddType video/divx .divx
            AddType application/msword .doc .docx
            AddType application/x-msdownload .exe
            AddType image/gif .gif
            AddType application/x-gzip .gz .gzip
            AddType image/x-icon .ico
            AddType image/jpeg .jpg .jpeg .jpe
            AddType application/vnd.ms-access .mdb
            AddType audio/midi .mid .midi
            AddType video/quicktime .mov .qt
            AddType audio/mpeg .mp3 .m4a
            AddType video/mp4 .mp4 .m4v
            AddType video/mpeg .mpeg .mpg .mpe
            AddType application/vnd.ms-project .mpp
            AddType application/vnd.oasis.opendocument.database .odb
            AddType application/vnd.oasis.opendocument.chart .odc
            AddType application/vnd.oasis.opendocument.formula .odf
            AddType application/vnd.oasis.opendocument.graphics .odg
            AddType application/vnd.oasis.opendocument.presentation .odp
            AddType application/vnd.oasis.opendocument.spreadsheet .ods
            AddType application/vnd.oasis.opendocument.text .odt
            AddType audio/ogg .ogg
            AddType application/pdf .pdf
            AddType image/png .png
            AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
            AddType audio/x-realaudio .ra .ram
            AddType application/x-shockwave-flash .swf
            AddType application/x-tar .tar
            AddType image/tiff .tif .tiff
            AddType audio/wav .wav
            AddType audio/wma .wma
            AddType application/vnd.ms-write .wri
            AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
            AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
            ExpiresActive On
            ExpiresByType text/css A2628000
            ExpiresByType text/richtext A3600
            ExpiresByType image/svg+xml A3600
            ExpiresByType text/plain A3600
            ExpiresByType text/xsd A3600
            ExpiresByType text/xsl A3600
            ExpiresByType video/asf A2628000
            ExpiresByType video/avi A2628000
            ExpiresByType image/bmp A2628000
            ExpiresByType application/java A2628000
            ExpiresByType video/divx A2628000
            ExpiresByType application/msword A2628000
            ExpiresByType application/x-msdownload A2628000
            ExpiresByType image/gif A2628000
            ExpiresByType application/x-gzip A2628000
            ExpiresByType image/x-icon A2628000
            ExpiresByType image/jpeg A2628000
            ExpiresByType application/vnd.ms-access A2628000
            ExpiresByType audio/midi A2628000
            ExpiresByType video/quicktime A2628000
            ExpiresByType audio/mpeg A2628000
            ExpiresByType video/mp4 A2628000
            ExpiresByType video/mpeg A2628000
            ExpiresByType application/vnd.ms-project A2628000
            ExpiresByType application/vnd.oasis.opendocument.database A2628000
            ExpiresByType application/vnd.oasis.opendocument.chart A2628000
            ExpiresByType application/vnd.oasis.opendocument.formula A2628000
            ExpiresByType application/vnd.oasis.opendocument.graphics A2628000
            ExpiresByType application/vnd.oasis.opendocument.presentation A2628000
            ExpiresByType application/vnd.oasis.opendocument.spreadsheet A2628000
            ExpiresByType application/vnd.oasis.opendocument.text A2628000
            ExpiresByType audio/ogg A2628000
            ExpiresByType application/pdf A2628000
            ExpiresByType image/png A2628000
            ExpiresByType application/vnd.ms-powerpoint A2628000
            ExpiresByType audio/x-realaudio A2628000
            ExpiresByType application/x-shockwave-flash A2628000
            ExpiresByType application/x-tar A2628000
            ExpiresByType image/tiff A2628000
            ExpiresByType audio/wav A2628000
            ExpiresByType audio/wma A2628000
            ExpiresByType application/vnd.ms-write A2628000
            ExpiresByType application/vnd.ms-excel A2628000
            ExpiresByType application/zip A2628000
    </IfModule>
    <IfModule mod_deflate.c>
            <IfModule mod_setenvif.c>
                    BrowserMatch ^Mozilla/4 gzip-only-text/html
                    BrowserMatch ^Mozilla/4.0[678] no-gzip
                    BrowserMatch bMSIE !no-gzip !gzip-only-text/html
                    BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html
            </IfModule>
            <IfModule mod_headers.c>
                    Header append Vary User-Agent env=!dont-vary
            </IfModule>
            <IfModule mod_filter.c>
                    AddOutputFilterByType DEFLATE text/css application/x-javascript text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon
            </IfModule>
    </IfModule>
    <FilesMatch "\.(css|CSS|)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB5"
            </IfModule>
    </FilesMatch>
    <FilesMatch "\.(rtf|rtx|svg|svgz|txt|xsd|xsl|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB5"
            </IfModule>
    </FilesMatch>
    <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SWF|TAR|TIF|TIFF|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB4"
            </IfModule>
    </FilesMatch>
    # End Browser Caching/Headers
    נערך לאחרונה על ידי mykkal; 31-05-15 ב 19:37.

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

    Default

    נסה את .htaccess הזה:
    Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    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]
    
    
    # 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.
    
    
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    RewriteRule ^[^/]+-f([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+-t([0-9]+)(p([0-9]+))?.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    
    
    # 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 /jobs/
    
    
    #RewriteCond %{HTTP_HOST} !^\.mymodeltalk.\.com
    # RewriteRule (.*) http://mymodeltalk.com/jobs/$1 [L,R=301]
    
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    #OLD ReWrites
    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    #RewriteRule ^blogs/.* blog.php [QSA]
    RewriteRule ^entries/.* entry.php [QSA]
    # RewriteRule ^members/.* member.php [QSA]
    # RewriteRule ^content/.* content.php [QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    
    
    # RewriteRule ^/threads/.*$ showthread.php [QSA]
    # MVC
    # RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
    
    
    # Check MVC result
    # RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)$ - [NC,L]
    #RewriteRule ^(.*)$ - [R=404,L]
    # RewriteRule ^.*$ - [NC,L]
    # End Old Rewrites
    
    # php_flag magic_quotes_sybase 0
    # php_flag suhosin.cookie.encrypt Off
    # php_value suhosin.request.max_vars 2048
    # php_value suhosin.post.max_vars 2048
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    
    deny from 41.
    deny from 190.58.246.214
    deny from 196.29.219.35
    deny from 81.18.42.117
    
    
    #Friendly Rewrite Rules End
    
    
    #Deny attempts to view the Htaccess file.
    <Files .htaccess>
    Order allow,deny
    Deny from all
    </Files>
    # BEGIN Browser Caching/Headers
    <IfModule mod_mime.c>
            AddType text/css .css
            AddType text/richtext .rtf .rtx
            AddType image/svg+xml .svg .svgz
            AddType text/plain .txt
            AddType text/xsd .xsd
            AddType text/xsl .xsl
            AddType video/asf .asf .asx .wax .wmv .wmx
            AddType video/avi .avi
            AddType image/bmp .bmp
            AddType application/java .class
            AddType video/divx .divx
            AddType application/msword .doc .docx
            AddType application/x-msdownload .exe
            AddType image/gif .gif
            AddType application/x-gzip .gz .gzip
            AddType image/x-icon .ico
            AddType image/jpeg .jpg .jpeg .jpe
            AddType application/vnd.ms-access .mdb
            AddType audio/midi .mid .midi
            AddType video/quicktime .mov .qt
            AddType audio/mpeg .mp3 .m4a
            AddType video/mp4 .mp4 .m4v
            AddType video/mpeg .mpeg .mpg .mpe
            AddType application/vnd.ms-project .mpp
            AddType application/vnd.oasis.opendocument.database .odb
            AddType application/vnd.oasis.opendocument.chart .odc
            AddType application/vnd.oasis.opendocument.formula .odf
            AddType application/vnd.oasis.opendocument.graphics .odg
            AddType application/vnd.oasis.opendocument.presentation .odp
            AddType application/vnd.oasis.opendocument.spreadsheet .ods
            AddType application/vnd.oasis.opendocument.text .odt
            AddType audio/ogg .ogg
            AddType application/pdf .pdf
            AddType image/png .png
            AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
            AddType audio/x-realaudio .ra .ram
            AddType application/x-shockwave-flash .swf
            AddType application/x-tar .tar
            AddType image/tiff .tif .tiff
            AddType audio/wav .wav
            AddType audio/wma .wma
            AddType application/vnd.ms-write .wri
            AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
            AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
            ExpiresActive On
            ExpiresByType text/css A2628000
            ExpiresByType text/richtext A3600
            ExpiresByType image/svg+xml A3600
            ExpiresByType text/plain A3600
            ExpiresByType text/xsd A3600
            ExpiresByType text/xsl A3600
            ExpiresByType video/asf A2628000
            ExpiresByType video/avi A2628000
            ExpiresByType image/bmp A2628000
            ExpiresByType application/java A2628000
            ExpiresByType video/divx A2628000
            ExpiresByType application/msword A2628000
            ExpiresByType application/x-msdownload A2628000
            ExpiresByType image/gif A2628000
            ExpiresByType application/x-gzip A2628000
            ExpiresByType image/x-icon A2628000
            ExpiresByType image/jpeg A2628000
            ExpiresByType application/vnd.ms-access A2628000
            ExpiresByType audio/midi A2628000
            ExpiresByType video/quicktime A2628000
            ExpiresByType audio/mpeg A2628000
            ExpiresByType video/mp4 A2628000
            ExpiresByType video/mpeg A2628000
            ExpiresByType application/vnd.ms-project A2628000
            ExpiresByType application/vnd.oasis.opendocument.database A2628000
            ExpiresByType application/vnd.oasis.opendocument.chart A2628000
            ExpiresByType application/vnd.oasis.opendocument.formula A2628000
            ExpiresByType application/vnd.oasis.opendocument.graphics A2628000
            ExpiresByType application/vnd.oasis.opendocument.presentation A2628000
            ExpiresByType application/vnd.oasis.opendocument.spreadsheet A2628000
            ExpiresByType application/vnd.oasis.opendocument.text A2628000
            ExpiresByType audio/ogg A2628000
            ExpiresByType application/pdf A2628000
            ExpiresByType image/png A2628000
            ExpiresByType application/vnd.ms-powerpoint A2628000
            ExpiresByType audio/x-realaudio A2628000
            ExpiresByType application/x-shockwave-flash A2628000
            ExpiresByType application/x-tar A2628000
            ExpiresByType image/tiff A2628000
            ExpiresByType audio/wav A2628000
            ExpiresByType audio/wma A2628000
            ExpiresByType application/vnd.ms-write A2628000
            ExpiresByType application/vnd.ms-excel A2628000
            ExpiresByType application/zip A2628000
    </IfModule>
    <IfModule mod_deflate.c>
            <IfModule mod_setenvif.c>
                    BrowserMatch ^Mozilla/4 gzip-only-text/html
                    BrowserMatch ^Mozilla/4.0[678] no-gzip
                    BrowserMatch bMSIE !no-gzip !gzip-only-text/html
                    BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html
            </IfModule>
            <IfModule mod_headers.c>
                    Header append Vary User-Agent env=!dont-vary
            </IfModule>
            <IfModule mod_filter.c>
                    AddOutputFilterByType DEFLATE text/css application/x-javascript text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon
            </IfModule>
    </IfModule>
    <FilesMatch "\.(css|CSS|)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB5"
            </IfModule>
    </FilesMatch>
    <FilesMatch "\.(rtf|rtx|svg|svgz|txt|xsd|xsl|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB5"
            </IfModule>
    </FilesMatch>
    <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SWF|TAR|TIF|TIFF|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
            <IfModule mod_headers.c>
                    Header set Pragma "public"
                    Header append Cache-Control "public, must-revalidate, proxy-revalidate"
            </IfModule>
            FileETag MTime Size
            <IfModule mod_headers.c>
                     Header set X-Powered-By "Step by Step guide to speed up your VB4"
            </IfModule>
    </FilesMatch>
    # End Browser Caching/Headers

  3. #3
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default

    . טוב, ניסיתי את הקובץ .htacess, זה לא כל כך. אחרי שהתקנתי את זה, נטען מחדש את הדף בשפה הגרמנית, כל הטקסט נעלם. . ניסיתי וההעמסה בשפות אחרות, ולא חוו את אותו הדבר. רק באנגלית היה עובד. אין לי מושג מה גורם לזה. יש בעיה בזיכרון המטמון php? אני משתמש ב php 5.5 עם VBSEO. . אני ישמח לתת לך גישה למערכת, אם אתה צריך את זה.

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

    הנה כמה צילומי מסך כדי שתוכל לראות מה קרה:
    מקורי


    לא עבד
    נערך לאחרונה על ידי mykkal; 02-06-15 ב 11:06.

  4. #4
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default

    איך לשנות את .htacess שלי גורם טקסט להיעלם? ניסיתי הכל אני יכול לחשוב על. מחיקת המטמון, ועוד. הדפים עדיין הכל מתורגם עכשיו ריקים, האתר שלי צונח מהאינדקס של גוגל!

    אני צריך עזרה עם תוסף זה.


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

    Default

    שינוי .htaccess לא אמור לגרום להיעלם טקסט. אנא שלחו לי פרטי גישה לראש הממשלה למנהל CP, vBSEO CP ו- FTP. אני אבדוק מה קורה שם.

  6. #6
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default

    . בסדר. שלחתי אותם מוקדם הבוקר.

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

    Default

    הנושא היה מיצוי גבולותיו של המתרגם, רע מראה לא לתרגם טקסטים בגירסה החופשית.

    תיקונים מהירים עבור בעיה זו:
    • פתח קובץ includes/vbenterprisetranslator_functions.php
    • מצא את הקוד:
      PHP Code:
      $output .= $outputResult[$i].$translated[$i]; 
    • להחליף אותו בקוד:
      PHP Code:
      if(!empty($translated[$i])) {
      $output .= $outputResult[$i].$translated[$i];
      }
      else {
      $output .= $outputResult[$i].$translationTexts[$i];


    בעיה זו תתוקן במהדורה הבאה.

  8. #8
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default

    Quote פורסם במקור על ידי Marcin Kalak View Post
    הנושא היה מיצוי גבולותיו של המתרגם, רע מראה לא לתרגם טקסטים בגירסה החופשית.

    תיקונים מהירים עבור בעיה זו:
    • פתח קובץ includes/vbenterprisetranslator_functions.php
    • מצא את הקוד:
      PHP Code:
      $output .= $outputResult[$i].$translated[$i]; 
    • להחליף אותו בקוד:
      PHP Code:
      if(!empty($translated[$i])) {
      $output .= $outputResult[$i].$translated[$i];
      }
      else {
      $output .= $outputResult[$i].$translationTexts[$i];


    בעיה זו תתוקן במהדורה הבאה.

    . נהדר, לך להחיל את התיקון או האם יש צורך?

  9. #9
    חבר
    תאריך
    אוג 2012
    מקום
    אטלנטה
    הודעות
    39

    Default

    Quote פורסם במקור על ידי mykkal View Post
    . נהדר, לך להחיל את התיקון או האם יש צורך?
    החלת השינויים בקוד שלך אך תרגומים לא עובדים. חלק מהטקסט המתורגם, והשני הוא עדיין אנגלית. אם זה רק מתרגם את הטקסט המוגדר את קבצי השפה של Vbulletin, הטקסט שהוזן על ידי הכרזה שנשאר לבד בעיקר.

    . בבקשה תסתכל על אלה שתי דוגמאות:
    פורום תצוגה: דגם Støbegods & דר הנדלר אודישנים (שיקגו & אילינוי)
    חוט תצוגה: Actor(s) בתשלום - דובר על המסך גברית מסחרי

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

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

    Default

    עליך לבצע תיקון.

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

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

הרשאות

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