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 2 12 LastLast
Torthaí 1 go 10 de 32

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

Hibrideach View

Post roimhe Seo Previous Post   Next Post Post Next
  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

    Go raibh maith agat. Tá mé faoi mhíchumas 'a choinneáil carachtair neamh-Béarla i URLanna' do anois agus cuirfear i gcrích na céimeanna atá luaite agat as an léarscáil an tSuímh amach. Feicfidh mé in iúl duit conas a chuaigh sé.

    Ag súil le cloisteáil uait níos déanaí.

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

    Default

    Ah, maith go leor. Sea, a chóipeáil mé alt ar an Vicipéid Fraince agus a ghreamú air.

    Mar sin féin, nuair a roghnaigh mé mo theanga fóram mar Gearmáinis, agus ansin sa phost i nGearmáinis, léiríonn na carachtair go fóill mar uimhreacha html nuair mé in eagar go bhfuil an bpost nó cliceáil ar an saighead sa phost aistrithe ....?

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

    Default

    tá go bhfuil an ceart agat. breathnú ar mo dhá phost - Is é an ceann fisrt a dhéantar as leathanach nach aistrithe (Béarla) - fadhb ar bith nuair a ba mhaith leat in eagar é.

    Is é an dara ceann déanta as leathanach aistrithe (Polish) agus anseo tá fadhb - litreacha leis an gcód ASCII faoi 256 - ionchódú mícheart - mé tuairisc seo a bug le foinse cumhachta agus déanfaidh mé iarracht a shocrú sé.

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

    Default

    Tá mé ag obair ar sé le foireann an foinse cumhachta:
    Fóram ASCII carachtair a eisiúint

    Anois, tá muid an deireadh seachtaine. má tá sé ceart go leor do is féidir leat linn tús an ábhar seo tar éis deireadh seachtaine?

    I rith an deireadh seachtaine beidh mé ag obair le foireann an foinse cumhachta.
    Last edited by kamilkurczak; 11-03-11 ag 13:25.

Leathanach 1 de 2 12 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
  •