Importante: Esta páxina está utilizando galletas (cookies). Utilizando este sitio web sen apagar galletas en navegador, significa que estás de acordo para utilizalo.
Comprar! Características Descargas

Gañar coa xente!

Se gostaríache arrancar gañando diñeiro con vBET une a Afiliar Programa.
Resultados 1 para 4 de 4

Thread: Resolto Google descubriu erros # 2

  1. #1
    Membro
    Rexistrado
    Agosto 2010
    Posts
    83

    Default Resolto Google descubriu erros # 2

    Text automatically translated from: Russian to: Galician
    Translated text
    Bo día!

    Reapareceu este problema (http://www.vbenterprisetranslator.co...ed-errors.html)

    Tipo de referencia:
    Code:
    http://autorepman.com/th/vi/?pageid=Nissan&language=mk
    Erro de Google:



    vBulletin 4.1.4 Nivel Patch 2
    vBSEO 3.6.0 RC 1
    vBET472



    . Htaccess
    Code:
    RewriteEngine On
    RewriteBase /
    
    Options -Indexes
    Options +FollowSymLinks
    
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
    
    Redirect 301 /autorepman.com/ http://autorepman.com/
    
    
    AddDefaultCharset utf-8
    AddCharset utf-8 *
    <IfModule mod_charset.c>
        CharsetSourceEnc utf-8
        CharsetDefault utf-8
    </IfModule>
    
    
    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|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|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|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]
    
    #server-status
    RewriteCond %{REQUEST_URI} !=/server-status
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    
    
    FileETag MTime Size
    <ifmodule mod_expires.c>
    <filesmatch "\.(gif|jpg|jpeg|png|ico|swf|js|css|pdf)$">
    ExpiresActive on
    ExpiresDefault "access plus 1 year"
    </filesmatch>
    </ifmodule>
    
    #<IfModule mod_rewrite.c>
    #RewriteEngine on
    #RewriteCond %{HTTP_REFERER} !^$
    #RewriteCond %{HTTP_REFERER} !^http://(www\.)?autorepman\.com/.*$ [NC]
    #RewriteRule .*\.(gif|jpg|png|ico)$ - [F,L]
    #</ifModule>
    
    
     
    
    <IfModule mod_deflate.c>
      AddOutputFilterByType DEFLATE application/javascript
      AddOutputFilterByType DEFLATE text/javascript
      AddOutputFilterByType DEFLATE text/css
      <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
      </IfModule>
    </IfModule>
    Pido túa axuda!
    Original text

  2. #2
    Proscrito
    Rexistrado
    Aug 2012
    Posts
    481

    Default

    Ola,
    Issue é unha linguaxe add dobre para a ligazón. Eu non vexo as conexións dobres na páxina, pero pode ser ligazóns antigos empregados por robots. vBET debe redireccionar as ligazóns para corrixir.
    Para eliminar a aparencia lingua ao FAQ.
    Estamos a traballar para corrixir os redireccións para a linguaxe dobre.
    Último editado por Marcin Kalak; 26-04-14 en 10:42.

  3. #3
    Proscrito
    Rexistrado
    Aug 2012
    Posts
    481

    Default

    Rapidamente arranxar para este asunto:
    1. Ficheiro aberto vbenterprisetranslator_seo.php
    2. Buscar:
      PHP Code:
      if(isset($_GET['vbet_lang'])) { 
    3. Engade despois desta:
      PHP Code:
      $url str_replace('/'.$_GET['vbet_lang'].'/''/'$_SERVER['REQUEST_URI']);
          if(
      preg_match('/\/(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)\//',$url)) {
              
      header("HTTP/1.1 301 Moved Permanently"); 
              
      header('Location: '.$url);
              exit;
          } 

    Esta solución rápida engadirase a próxima versión.

  4. #4
    Membro Senior
    Rexistrado
    Decembro 2009
    Posts
    276

    Default

    ah isto estaba acontecendo comigo por un longo tempo e eu penso que era só por mor das miñas regras de reescrita tolo! Grazas pola corrección!

Tags para este tema

Permisos de Mensaxe

  • Vostede non publicar novos temas
  • Vostede non enviar respostas
  • Vostede non anexos post
  • Vostede non editar as túas mensaxes
  •