Tábhachtach: Tá an leathanach seo ag baint úsáide as fianáin (cookies). Ag baint úsáide as an suíomh gréasáin seo gan casadh as fianáin i bhrabhsálaí, ciallaíonn sé go n-aontaíonn tú le haghaidh úsáid a bhaint as é.
Ceannaigh Anois! Gnéithe Íosluchtuithe

Thuilleamh le linn!

Más mian leat chun tús a chur tuilleamh airgid leis an Taisteal páirt a ghlacadh chun Clár Affiliate.
Leathanach 5 de 6 FirstAn Chéad ... 3456 LastLast
Torthaí 41 go 50 de 52

Snáithe: vBSEO comhtháthú

  1. #41
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Más rud é nach bhfuil an htaccess obair molaim duit a uasghrádú chun an leagan is déanaí de vBSEO agus forghníomhú an chumraíocht iomlán arís, atá i Taisteal / a dhéanamh-nach-upload / readme.html
    Last edited by Marcin Kalak; 29-08-12 ag 11:13.

  2. #42
    Ball Sóisearach
    Dáta Ballraíochta
    Meán Fómhair 2014
    Poist
    2

    Default

    Text automatically translated from: Portuguese to: Irish
    Translated text
    Como FACO para usar com o vBSEO com o Nginx?
    Original text

  3. #43
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Oibríonn Taisteal le nginx agus vBSEO, samplaí de na rialacha is féidir leat teacht ar an gcomhad:
    dhéanamh-nach-upload uirlisí \\ \\ atreorú-rialacha \\ nginx.txt
    Last edited by Marcin Kalak; 04-10-14 ag 19:21.

  4. #44

    Default

    Text automatically translated from: Portuguese to: Irish
    Translated text
    Tá mé in ann a dhéanamh ar an nós imeachta URL gearr ar Breathnaíonn mo htaccess mar seo:

    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]
    Má chuir mé le RIALACHA LONG is féidir liom a dhéanamh ag obair, dona ba mhaith liom go n-oibríonn ar an mbealach is fearr is féidir go bhfuil sé leis an dhá litir www.mysite / XY / forum.php


    Is féidir leat é a athrú leis an mbealach ceart le do thoil?
    Original text
    Last edited by Fabiano; 23-05-15 ag 23:43.

  5. #45
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Má tá tú ag baint úsáide as NACH naisc le 2-comharthaí chuid ie: yourforum.com/XY/ ansin déan iarracht seo:
    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: Irish
    Translated text
    Go raibh míle maith agat go mór Marcin,

    Anois ag obair leis an .htaccess

    Leid: Cuir an .htaccess réidh i "Eile" laistigh den zip. Bheadh sé seo go leor.

    Go raibh maith agat.
    Original text

  7. #47
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Tá áthas orm a d'fhéadfadh mé in ann cabhrú leat. Táimid tar éis leideanna agus samplaí a chur sa chomhad a dhéanamh-nach-upload uirlisí \\ \\ atreorú-rialacha \\ htaccess agus a dhéanamh-nach-upload uirlisí \\ \\ atreorú-rialacha \\ gearr-atreorú-rialacha \\ htaccess.

  8. #48

    Default

    Text automatically translated from: Portuguese to: Irish
    Translated text
    Marcin,

    Thuig mé anois nach bhfuil roinnt teangacha á atreorú. Is é an nasc a rinne an atreorú, ach nuair a chliceálann tú a théann an nasc chuig an Baile. Cad is féidir é a bheith? Is é mo htaccess cosúil leis an last post:

    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]
    Sampla:

    http://www.xxxxxxx.com/iw/coroas-em...%96%D7%9C.html
    Original text

  9. #49
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Tabhair ar PM sonraí rochtain a sheoladh chugam ar CP Riarachán, vBSEO CP agus FTP. Beidh mé ag seiceáil cad atá ar siúl ann
    Last edited by Marcin Kalak; 24-06-15 ag 08:22.

  10. #50
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Ní mór duit a leagtar rogha AdminCP-> vBSEO-> Rialú bPainéal> General Socruithe> Carachtar Replacement-> Ionadaigh Carachtair Neamh-Béarla i URLanna? go Coinnigh Neamh-Béarla i URLanna Characters.

Leathanach 5 de 6 FirstAn Chéad ... 3456 LastLast

Clibeanna le haghaidh an Thread

Ríomhphostaithe

  • Leat Is féidir nach snáitheanna post nua
  • Leat Is féidir nach post freagraí
  • Leat Is féidir nach ceangaltán post
  • Leat Is féidir nach in eagar do phoist
  •