PDA

정식 버전보기 : VBET에 의해 발생 하는 중복 헤더



mykkal
31-05-15, 19:25
내가 VBET와 관련 된 Google 웹 마 스 터 도구 이상 11000 오류가 있이 있어요. 그것은 간헐적으로 발생합니다. 때로는 VBET 리디렉션된 페이지에 헤더의 두 가지 버전을 보내고 있다. 그것은 누군가가 번역된 링크를 방문 하 고 다음 플래그를 클릭 하지 않고 번역 하지 않은 링크를 방문 언제 든 지 일어날 것 같다. 아무도 그것을 방문할 수 있도록 문제 다음 vBulletin 페이지에 의해 캐시 됩니다.

이 문제를 해결 하는 방법을 가르쳐 주세요. Google 색인에서 일부 페이지를 드롭 원인이 야.

다음은 "err_response_headers_multiple_location" 오류 스크린샷:
http://mymodeltalk.com/images/duplicateheaders.JPG

내가 모르는 경우이 도움이 될 것입니다 하지만 여기 내 htaccess로:


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

Marcin Kalak
01-06-15, 09:58
이.htaccess를 보십시오.

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

mykkal
02-06-15, 11:03
좋아, 당신의.htacess 파일을 시도 하 고 작동 하는 것 같지 않았어요. 내가 그것을 설치한 후 독일어에서 페이지를 다시 로드 하 고 텍스트의 모든 사라졌다. 나는 다른 언어에서 다시 로드를 시도 하 고 같은 경험. 영어로 일 것입니다. 나는 모른다...이 일으키는 php 캐시에 문제가 있다? VBSEO와 php 5.5을 사용 하 고. 난 당신이 그것 필요로 하는 경우 시스템에 대 한 액세스를 제공 기쁘게 생각 합니다.

이것은 지금 모든 번역 페이지는 텍스트와 비어 있기 때문에 매우 비참 한입니다. 난 내 htaccess로의 이전 버전으로 복원 해야 하지만 문제가 지속. 난 내 브라우저 캐시를 삭제 했습니다.

여기에 일부 스크린샷입니다 무슨 일이 있었는지 볼 수 있습니다.
오리지널
http://mymodeltalk.com/images/original.JPG

작동 하지 않았다
http://mymodeltalk.com/images/didnt_work.JPG

mykkal
03-06-15, 07:03
어떻게 텍스트 사라질 원인 내.htacess를 변경 합니까? 난 내가...의 생각할 수 있는 최선을 다 했는데 캐시 삭제 등. 여전히 모든 번역 된 페이지는 지금 빈 및 내 사이트는 google 색인에서 떨어지고 있다!

내가이 플러그인 도움이 필요 하다.

http://mymodeltalk.com/images/not_working.JPG

Marcin Kalak
03-06-15, 09:19
.Htaccess를 변경 발생 하지 해야 텍스트 사라진다. 보내주시기 바랍니다 오후 액세스 세부 정보 관리자의 CP, vBSEO CP 및 FTP를. 나는 무슨 일인지 거기:) 확인 합니다.

mykkal
03-06-15, 17:49
좋아 나는 그들에 게 오늘 아침 일찍을 전송합니다.

Marcin Kalak
04-06-15, 17:37
문제는 번역기의 한계의 고갈 되었고, 무료 버전에서 텍스트를 번역 하지 나쁜 보여주는.

이 문제에 대한 빠른 문제 해결.

파일 열기 includes/vbenterprisetranslator_functions.php
코드를 찾기 :

$output .= $outputResult[$i].$translated[$i];
코드로 교체 :


if(!empty($translated[$i])) {
$output .= $outputResult[$i].$translated[$i];
}
else {
$output .= $outputResult[$i].$translationTexts[$i];
}


이 문제는 다음 릴리스에서 해결 될 것입니다.

mykkal
04-06-15, 18:15
문제는 번역기의 한계의 고갈 되었고, 무료 버전에서 텍스트를 번역 하지 나쁜 보여주는.

이 문제에 대한 빠른 문제 해결.

파일 열기 includes/vbenterprisetranslator_functions.php
코드를 찾기 :

$output .= $outputResult[$i].$translated[$i];
코드로 교체 :


if(!empty($translated[$i])) {
$output .= $outputResult[$i].$translated[$i];
}
else {
$output .= $outputResult[$i].$translationTexts[$i];
}


이 문제는 다음 릴리스에서 해결 될 것입니다.


좋아요, 당신이 수정 프로그램을 적용 한 또는 해야 합니까?

mykkal
04-06-15, 18:36
좋아요, 당신이 수정 프로그램을 적용 한 또는 해야 합니까?
코드 변경 내용을 적용 하지만 번역 작동 하지 않습니다. 텍스트의 일부가 번역 되 고 그리고 다른 여전히 영어 이다. 그것은 그것은 단지 Vbulletin 언어 파일에 정의 된 텍스트 번역 하 고 포스터에 의해 입력 하는 텍스트 왼쪽 대부분 혼자.

이러한 두 가지 예제를 봐 주세요:
포럼 보기: 모델 Støbegods & 데르 처리기 오디션 (시카고 및 일리노이) (http://mymodeltalk.com/jobs/da/model-castings-acting-auditions-chicago-illinois/)
스레드 보기: 지불 액-화면 남성 대변인 상업 (http://mymodeltalk.com/jobs/da/model-castings-acting-auditions-chicago-illinois/1138529-onscreen-male-spokesperson-commercial.html)

난 정말 당신이 갈 수 있고 당신이 제공 하는 것이 자신을 수정 하는 경우 그것을 감사 하겠습니다. 이것은 엄청난 양의 시간 고 검색 인덱스에서 빠지는. 그건 내 사이트에 대 한 건강 한입니다.

Marcin Kalak
04-06-15, 18:36
수정을 해야 합니다.

Marcin Kalak
04-06-15, 18:51
텍스트의 일부는 번역의 한계에 도달 했습니다 때문에 번역 되지 않습니다. 더 많은 정보: http://www.vbenterprisetranslator.com/forum/vbet4-troubleshooting/413-faq-2.html#post10969.

mykkal
04-06-15, 19:26
텍스트의 일부는 번역의 한계에 도달 했습니다 때문에 번역 되지 않습니다. 더 많은 정보: http://www.vbenterprisetranslator.com/forum/vbet4-troubleshooting/413-faq-2.html#post10969.

그래서 달에 대 한 내 한계에 도달 했습니다?

Marcin Kalak
05-06-15, 10:45
아마도 일일 한도 초과 했습니다. Yandex를 사용 하면 매일 1 M 문자, 하지만 한달에 10 M 이상의 번역 수 있습니다.

mykkal
11-06-15, 12:38
안녕 마틴,

1 개의 마지막 것입니다. 당신의.htaccess 두 가지 남아 제외 하 고 모든 것을 해결 한 것 같다.

1. 새로운 htaccess 어디 오래 된 아카이브 url 리디렉션 MyModelTalk 무료 주조 호출 대신 http://mymodeltalk.com/sitemap/ 모델 및 배우에 대 한 문제를 만들었습니다! (http://mymodeltalk.com/jobs/sitemap)입니다. Http://mymodeltalk.com/jobs/archive/index.php 뭐죠 잘못의 예를 클릭 합니다. 그래서 나는 올바르게 이것을 다시 작성 하는 방법을 모르겠어요 내 오래 된 htaccess를 삭제 나 htaccess에 대해 많이 모른다.

2. vbet 올바르게 로고 url과 "포럼 홈" url을 제외 하 고 모든 탐색 링크를 다시 작성합니다. 예를 들어 만약 클릭 스페인어 번역 스페인어 번역을 볼 수 있는 링크를 방문할 수 있습니다. 그러나 포럼 홈 또는 로고 이미지에 클릭 하면 걸리는 날 다시 영어 버전.

나는이 것 둘 다을 어떻게 고정 시킵니까?

Marcin Kalak
11-06-15, 15:26
한 스레드에서 한 문제를 보관 하시기 바랍니다.
첫 번째 문제는에. 일시적으로 vBET을 해제 하 고 문제가 지속 되는지 확인 하려고 합니다.
두 번째 포인트에 관해서는 문제는 vB 추가 하지 연결에 기본 경로입니다. 다른 언어 코드를 추가 하려면 전체 링크가 있어야 합니다.

mykkal
12-06-15, 00:13
한 스레드에서 한 문제를 보관 하시기 바랍니다.
첫 번째 문제는에. 일시적으로 vBET을 해제 하 고 문제가 지속 되는지 확인 하려고 합니다.
두 번째 포인트에 관해서는 문제는 vB 추가 하지 연결에 기본 경로입니다. 다른 언어 코드를 추가 하려면 전체 링크가 있어야 합니다.

나의 사과 미래에 내가 그렇게 하지 않습니다.

1. 문제는 htaccess 관련이 있습니다. 후 일 생각 난 내 이전 버전 삭제. 우리만.htaccess 파일을 변경을 했다. 나 서 서 vBET을 해제 하지만 그것은 아무것도 변경 하지 않은 그리고 내가 너무 기대 하지 않았다.

2.이 전체 기본 경로?


"http://mymodeltalk.com/jobs"
".. / forum.php "

Marcin Kalak
12-06-15, 08:41
나는 그것이 반드시.htaccess를 변경의 문제 궁금 합니다. 이 스레드 이전.htaccess에서 있다. 일시적으로 그것을 복원 하 고 문제가 여전히 발생 합니다 참조 하려고 합니다.

귀하의 사이트에 대 한 전체 기본 경로 "http://mymodeltalk.com/jobs"입니다. vB는 각 링크에 그것을 추가 해야 합니다.

Marcin Kalak
23-06-15, 11:15
응답 - 문제 고려가 사라되지 않습니다. 여기에 작성하십시오합니다.

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
vBET 4.10.1 gives automatic translations