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 1 de 4 123 ... LastLast
Torthaí 1 go 10 de 32

Snáithe: Tá sé saor in Brat mícheart

  1. #1
    Senior Member
    Dáta Ballraíochta
    Feabhra 2011
    Poist
    138

    Default Tá sé saor in Brat mícheart

    Má isteach mé
    PHP Code:
    www.xxxxxx.com/forum/de
    de láimh sa bharra bhrabhsálaí agus brúigh Iontráil ar fad go maith. Ach nuair mé ar chumas an bhratach na Gearmáine agus bhuail go btries dó tús a
    PHP Code:
    www.xxxxxx.com/de/forum
    Aon smaointe?
    Last edited by norku; 05-04-11 ag 17:21.

  2. #2
    foinse cumhachta Fiontar Translator (vBET) Foirne
    Dáta Ballraíochta
    Bealtaine 2010
    Poist
    1,000

    Default

    Tá roinnt ceisteanna agam duit:
    1. cén fáth a rinne tú é seo le haghaidh athruithe vBSEO? cur síos anseo:
    http://www.vbenterprisetranslator.co....html # post7479
    2. Má dhéanann tú htaccess. I / Fóram Beidh Ní maith?
    3. tá tú naisc seo mar anois i htaccess bhfuil tú ar dhá ghrúpa de rialacha vBET.:
    - A aistriú príomh-leathanach
    - Fóram a aistriú

    B'fhéidir gur féidir linn a dhéanamh ar dhá cheann. Htaccess comhad? ceann amháin cosúil le do amháin d'aois agus an dara ceann i / Fóram fillteán?

    is féidir leat triail a bhaint.
    . chéad chur htaccess (an amháin d'aois) lasmuigh den fhillteán fóram:
    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]
    agus an dara ceann i / Fóram fillteán (ach amháin na rialacha 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
    is féidir leat tástáil a dhéanamh? Tá mé ag fanacht i gcrích. Más rud é nach bhfuil fós - Scrios. Htaccess ó fhillteán / Fóram agus an htaccess sean ionad leis an gceann seo (mar gheall ar leis an htaccess oibreacha vBET foirfe do fóram agus ní ag obair le haghaidh príomh-leathanach):
    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
    Senior Member
    Dáta Ballraíochta
    Feabhra 2011
    Poist
    138

    Default

    Dia duit,

    Beidh mé ag breathnú isteach sa anois. Go raibh maith agat. An féidir leat a mhíniú go díreach cad a dhéanann na comhaid seo a htaccess?
    Last edited by norku; 10-03-11 ag 11:05.

  4. #4
    foinse cumhachta Fiontar Translator (vBET) Foirne
    Dáta Ballraíochta
    Bealtaine 2010
    Poist
    1,000

    Default

    le do thoil, seiceáil AM.

    Rinne tú dona. Htaccess.
    pasted tú rialacha vBET ar an deireadh comhaid! go raibh droch - le do thoil a dhéanamh comhad htaccess mhaith as mo phost previoust

  5. #5
    Senior Member
    Dáta Ballraíochta
    Feabhra 2011
    Poist
    138

    Default

    Ní raibh mé. Bhaint liom iad. Uaslódáil mé anois do htaccess as an phost thuas agus is é an earráid a cheartú freastalaí anois. Tá fadhb leis sitemaps a thug mé faoi deara níos luaithe. Ní féidir iad a aimsiú trí google

  6. #6
    foinse cumhachta Fiontar Translator (vBET) Foirne
    Dáta Ballraíochta
    Bealtaine 2010
    Poist
    1,000

    Default

    le do thoil más féidir leat - freagra ar mo cheist ceann ar cheann - beidh sé éasca teacht ar an réiteach is fearr.
    http://www.vbenterprisetranslator.co....html # post7535

  7. #7
    Senior Member
    Dáta Ballraíochta
    Feabhra 2011
    Poist
    138

    Default

    Rinne mé na hathruithe ANSEO mar bhí mé struchtúr níos comhsheasmhaí gan a bheith a bogadh an seomra vb chun an fhréamh. Oibríonn sé nicely ach le vBET tá go soiléir fadhbanna má tá fóram ar mo cumraíocht.


    Le chumas vbet Tá mé ag feiceáil faoi láthair ar na fadhbanna seo a leanas:

    1. Ní carachtair Eachtracha Aithnítear nuair a dhéanamh liom cuardach a dhéanamh ar an bhfóram (an de / / leagan an fhóraim). Bain triail as cuardach do Düsseldorf. Uimh torthaí cé go bhfuil mé torthaí ar an bhfóram. Féach ar an mbealach an focal 'Düsseldorf' atá ar ais ar an leathanach cuardaigh. Má Téim go dtí an (default) leagan Béarla an fhóraim agus comhlíonfaidh sé an chuardaigh céanna a rachaidh mé ar na torthaí ceart.

    2. Tá sé seo i láthair na huaire ar an innéacs google: http://ww w.xxxx.com/forum/f34/faehnlein-standard-bearer-insignia-wear-3514 / ach breathnú ar an moladh nuair a osclaíonn an leathanach sin ar mo fhóraim.

    3. Ní sitemaps iad a bheith le feiceáil ag google uirlisí webmaster. Nach bhfuil mé déanta aon cheann de na hathruithe mionsonraithe anseo: http://www.vbenterprisetranslator.co...tegration.html

    4. Féach ar an leagan Béarla den fhóram agus téigh go dtí seo, moladh: http://w ww.xxxx.com/forum/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060 / Leathanach ualaí ach le 404, léiríonn url carachtar Gearmáinise ach má tá tú cóip ceart agus greamaigh go url gheobhaidh tú: http://w ww.hj-research.com/forum/de/f27/hj-gebietsjugendtag-düsseldorf-1933-schlageter-2060 /

    5. Leag mé Ionadaigh Neamh-Béarla Carachtair i URLanna? a tá faoi láthair tá go dtí an fhadhb seo a réiteach mar sin b'fhéidir go mbeadh ort a leagan amach a 'choimeád carachtair neamh-Béarla' chun amharc ar na fadhbanna agam desribed thuas.

    Ag súil le cloisteáil uait.
    Last edited by norku; 22-05-12 ag 09:34.

  8. #8
    foinse cumhachta Fiontar Translator (vBET) Foirne
    Dáta Ballraíochta
    Bealtaine 2010
    Poist
    1,000

    Default

    1, beidh mé é a sheiceáil ar mo Fóram tástála
    2. Rinne mé moladh seo agus ní féidir liom a fheiceáil ar an gceist - gach rud atá maith
    3. mar sin a chomhtháthú le do thoil an treoir seo, ag baint úsáide as léarscáil an tSuímh (as an moladh)
    4. le do thoil, más mian leat go mbeadh this naisc aistrithe - chomhtháthú vbseo le vbet - edit dhá chomhad vbseo - tá gach rud a thuairiscítear i gcomhad readme.html.
    faoi rogha i vbseo - más mian leat a aistriú naisc this - ba chóir duit a leagtar sé mar i readme.html toisc nach má chruthaíonn tú é - beidh ort 404 (má tá tú chomhtháthú dhá chomhad vbseo)

  9. #9
    Senior Member
    Dáta Ballraíochta
    Feabhra 2011
    Poist
    138

    Default

    2. Is ea, is é an moladh ar an gcéanna ach mar a dúirt mé ag pointe 5 thuas, beidh ort atá leagtha 'a choinneáil carachtair neamh-Béarla i URLanna'Laistigh de vbseo a fheiceáil cad is ciall agam. Tá an suíomh a shonraítear sa do treoracha a shuiteáil ach nach bhfuil ag obair ar mo fhóraim.

    4. Na hathruithe sin i bhfeidhm cheana féin. Má fhéachann tú go mbainfidh tú a fheiceáil go bhfuil na comhaid ar an bhfreastalaí. Tá comhaid An old.php'...._ 'na comhaid vbseo caighdeánach. Tá na leaganacha vbet de na comhaid sin gníomhach faoi láthair.

    Go dtí go bhfuil an fhadhb a réiteach carachtar neamh-Béarla Níl mé ag dul go dtí praiseach ar fud leis an léarscáil an tSuímh mura féidir leat insint dom go bhfuil an fhadhb atá ann faoi láthair (ní féidir google féach mo sitemaps) toisc nach bhfuil mé i bhfeidhm go fóill ar na hathruithe anseo? Má tá, ansin beidh mé ag athrú go comhad ach is gá dom a fhios go díreach cén fáth nach bhfuil an sitemaps iad a bheith le feiceáil ag google sular féidir liom aon rud mar níl mé ag iarraidh a thabhairt google ualach de URLs mícheart.
    Last edited by norku; 10-03-11 ag 14:03.

  10. #10
    foinse cumhachta Fiontar Translator (vBET) Foirne
    Dáta Ballraíochta
    Bealtaine 2010
    Poist
    1,000

    Default

    ceart go leor liom a fheiceáil nuair a bhíonn sé saor in aistriúchán ar chumas - tá tú 404.
    i gcomhréir leis an teagasc readme.html chóir go mbeadh ort - Coinnigh Neamh-Béarla i URLanna Characters. Más rud é nach bhfuil ag obair - dhíchumasú do thoil é. Beidh mé chek sé leat ach is gá rochtain agam vbseocp.

    2. faoi sitemp. B'fhéidir nach bhfuil sé seo faoi deara ag google mar rinne mé do htaccess tú i bhfillteán / fhóram. Is féidir linn a thástáil go simplí é. Just a dhíchumasú vBET agus scrios htaccess ó / Fóram. trácht a dhéanamh vBET rialacha i phríomh htaccess agus comhaid vbseo d'aois ar ais. Tar éis sin (nuair a bhíonn vBET completly faoi mhíchumas) a sheiceáil an léarscáil an tSuímh agus cuirfimid snaidhm a chur ar fáil vBET an gceist seo nó nach bhfuil.

    3. Tráthnóna seo beidh mé ag seiceáil ar do shon chumraíocht agus comhtháthú le vBSEO

Leathanach 1 de 4 123 ... 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
  •