Dôležitý: Táto stránka používa cookies, (cookies). Používanie tejto webovej stránky bez nutnosti vypnúť súbory cookie v prehliadači, znamená to, že súhlasíte s tým, pre jeho použitie.
Kúp teraz! Funkcia Súbory na stiahnutie

Zarábajte s nami!

Ak by ste chceli začať zarábať peniaze s vBET pripojiť k Affiliate Program.
| 1 z 2 12 PoslednýLast
Výsledky 1 na 10 z 32

Závit: Vlajka URL je správne

Hybridné zobrazenie

Predchádzajúci Príspevok Previous Post   Next Post Ďalší Príspevok
  1. #1
    Senior Member
    Dátum registrácie
    02. 2011
    Príspevky
    138

    Default Vlajka URL je správne

    Keby som zadajte
    PHP Code:
    www.xxxxxx.com/forum/de
    ručne do adresného riadku prehliadača a stlačte klávesu Enter všetko je dobré. Avšak, keď som umožňujú nemeckú vlajku a udrel, že btries otvoriť
    PHP Code:
    www.xxxxxx.com/de/forum
    Nejaké nápady?
    Naposledy upravil norku; 05-04-11 v 17:21.

  2. #2
    vBulletin Enterprise Translator (vBET) Zamestnanci
    Dátum registrácie
    05. 2010
    Príspevky
    1,000

    Default

    Mám niekoľko otázok na vás:
    1. Prečo ste sa to zmení k vBSEO? popísané tu:
    http://www.vbenterprisetranslator.co....html # post7479
    2. Ak urobíte. Htaccess v / Forum nebude dobrý?
    3. Máte to odkazy, pretože teraz na htaccess máte dve skupiny pravidiel vBET.:
    - Preložiť hlavnú stránku
    - Prekladať forum

    Možno by sme mohli urobiť dva. Htaccess? jeden ako staré jeden a druhý v / Forum zložky?

    Môžete to skúsiť.
    . Htaccess prvý (starý) umiestnené mimo forum zložky:
    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]
    a druhý v / Forum priečinok (len vBET pravidlá):
    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
    Môžete vyskúšať? Čakám na záver. Ak sa stále ešte - DELETE. Htaccess z / forum zložky a staré .htaccess nahradiť to, pretože s týmto htaccess vBET funguje ideálne pre forum a nie pracovať na hlavnej stránke):
    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átum registrácie
    02. 2011
    Príspevky
    138

    Default

    Dobrý deň,

    Pozriem sa na to teraz. Vďaka. Môžete mi vysvetliť, čo presne tieto htaccess robiť?
    Naposledy upravil norku; 10-03-11 v 11:05.

  4. #4
    vBulletin Enterprise Translator (vBET) Zamestnanci
    Dátum registrácie
    05. 2010
    Príspevky
    1,000

    Default

    Skontrolujte si prosím PM.

    Ste urobili zle. Htaccess.
    ste vložili vBET pravidlá pre koniec súboru! to bolo zlé - prosím, htaccess súborov, ako je z môjho previoust príspevok

  5. #5
    Senior Member
    Dátum registrácie
    02. 2011
    Príspevky
    138

    Default

    Nechcel som. Odstránil som ich. Mám teraz nahrali htaccess z funkcie vyššie a chyba serveru je teraz odstránená. To je problém so súbormi Sitemap, ktoré som si všimol skôr. Nemôžu nájsť Google

  6. #6
    vBulletin Enterprise Translator (vBET) Zamestnanci
    Dátum registrácie
    05. 2010
    Príspevky
    1,000

    Default

    Prosím, ak môžete - odpoveď na moje otázky, jednu po druhej - bude ľahké nájsť to najlepšie riešenie.
    http://www.vbenterprisetranslator.co....html # post7535

  7. #7
    Senior Member
    Dátum registrácie
    02. 2011
    Príspevky
    138

    Default

    Vďaka. Mám postihnuté "držať neanglické znaky v URL 'pre tú a vykoná kroky, ktoré ste spomenul v Sitemap. Dám vám vedieť, ako to šlo.

    Tešíme sa na rokovaní od vás neskôr.

  8. #8
    Senior Member
    Dátum registrácie
    02. 2011
    Príspevky
    138

    Default

    Ach, jo. Áno, som opísal časť z francúzskeho Wiki a vložiť ju.

    Avšak, keď som si vybral môj blog ako nemecký jazyk, a potom publikoval v nemčine, postavy stále ukazujú ako HTML čísel, keď som sa upraviť, že príspevok alebo kliknutím na šípku v preloženom po ....?

  9. #9
    vBulletin Enterprise Translator (vBET) Zamestnanci
    Dátum registrácie
    05. 2010
    Príspevky
    1,000

    Default

    Áno, máte pravdu. Môj pohľad na dve voľné miesta - jedno aj prvé je zo nie sú preložené stránky (anglicky) - nie je problém, keď chcete upraviť.

    druhý je z prekladal (poľskej) strane a tu je problém - listy s ASCII kód, pod 256 - zlé kódovanie - som ohlásil túto chybu na vBulletin a budem sa snažiť opraviť ho.

  10. #10
    vBulletin Enterprise Translator (vBET) Zamestnanci
    Dátum registrácie
    05. 2010
    Príspevky
    1,000

    Default

    Pracujem na ňom s tímom vBulletin:
    Forum ASCII znaky vydania

    Teraz máme na víkend. Ak je v poriadku pre Vás môžeme začať túto tému po víkende?

    Počas víkendu som sa pracovať s tímom vBulletin.
    Naposledy upravil kamilkurczak; 11-03-11 v 13:25.

| 1 z 2 12 PoslednýLast

Kľúčové slová pre túto tému

Prispievanie

  • Vy nie je zakladať nové témy
  • Vy nie je vkladať nové príspevky
  • Vy nie je prikladať
  • Vy nie je upravovať svoje príspevky
  •