I rëndësishëm: Kjo faqe është duke përdorur cookies (cookies). Duke përdorur këtë faqe interneti pa turning off cookies në shfletuesin, do të thotë se jeni dakord për të përdorur atë.
Buy Now! Features Downloads

Fito me ne!

Nëse ju do të donte për të filluar fituar para me vBET bashkohen për të Programi Filialin.
Faqe 1 e 2 12 I funditLast
Results 1 te 10 e 32

Thread: Url Flamuri është e gabuar

Shiko Hybrid

E Mëparshme Post Previous Post   Next Post Tjetër Post
  1. #1
    Senior Member
    Antarësuar
    Shkurt 2011
    Postime
    138

    Default Url Flamuri është e gabuar

    Nëse unë të hyjë
    PHP Code:
    www.xxxxxx.com/forum/de
    dorë në shiritin e adresës shfletuesit dhe hit enter të gjitha është e mirë. Megjithatë kur kam mundur flamurin gjerman dhe e goditi se btries për të hapur
    PHP Code:
    www.xxxxxx.com/de/forum
    Ndonjë ide?
    Fundit edituar nga norku; 05-04-1117:21.

  2. #2
    vBulletin Enterprise Translator (vBET) Stafi
    Antarësuar
    Maj 2010
    Postime
    1,000

    Default

    Kam disa pyetje për ju:
    1. pse keni bërë këtë ndryshim për Muslimanët? përshkruara këtu:
    # post7479 http://www.vbenterprisetranslator.co....html
    2. Nëse ju bëni një htaccess. Ne / Forum do të jetë jo e mirë?
    3. ju e keni këtë lidhje, sepse tani në në htaccess keni dy grupe të rregullave vBET.:
    - Për të përkthyer faqen kryesore
    - Për të përkthyer forum

    Ndoshta ne mund të bëjë dy file. Htaccess? një si një tuaj të vjetër dhe të dytë në / Forum dosje?

    ju mund ta provoni.
    . parë htaccess (e vjetër) e vendosur jashtë dosje forum:
    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]
    dhe të dytë në / Forum dosje (vetëm vBET rregullat):
    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
    mund ta provuar atë? Unë jam duke pritur për përfundimin. Nëse ende nuk - DELETE. Htaccess nga dosja / forum dhe e vjetër .htaccess zëvendësojë me këtë një të tillë (sepse me këtë htaccess vBET punon të përkryer për forum dhe nuk punojnë për faqen kryesore):
    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
    Antarësuar
    Shkurt 2011
    Postime
    138

    Default

    Hi,

    Do të shohim në këtë tani. Thanks. A mund të shpjegojë pikërisht ajo që këto fotografi htaccess bëni?
    Fundit edituar nga norku; 10-03-1111:05.

  4. #4
    vBulletin Enterprise Translator (vBET) Stafi
    Antarësuar
    Maj 2010
    Postime
    1,000

    Default

    ju lutem, kontrolloni PM.

    Keni bërë një të keqe. Htaccess.
    ju ngjit rregullat vBET në fund të file! se ishte e keqe - ju lutemi të bëjë një fotografi htaccess si nga posti i mi previoust

  5. #5
    Senior Member
    Antarësuar
    Shkurt 2011
    Postime
    138

    Default

    Unë nuk e bëri. I largoi. Unë kam ngarkuar tani htaccess tuaj nga posti lart dhe gabimi korrigjohet server është tani. Ka një problem me të cilat kam vënë re Sitemaps më parë. Ata nuk mund të gjendet nga Google

  6. #6
    vBulletin Enterprise Translator (vBET) Stafi
    Antarësuar
    Maj 2010
    Postime
    1,000

    Default

    ju lutem nëse ju mund të - përgjigjen në pyetjet e mia një nga një - do të jetë e lehtë për të gjetur zgjidhjen më të mirë.
    # post7535 http://www.vbenterprisetranslator.co....html

  7. #7
    Senior Member
    Antarësuar
    Shkurt 2011
    Postime
    138

    Default

    Thanks. Unë kam aftësi të kufizuara "të mbajtur jo-anglisht karaktere në URLs 'tani për tani dhe do të kryejnë hapa ju përmendur për sitemap. Unë do të le ju e dini se si shkoi.

    Looking forward to dëgjuar nga ju më vonë.

  8. #8
    Senior Member
    Antarësuar
    Shkurt 2011
    Postime
    138

    Default

    Ah, në rregull. Po, unë kopjuar një pjesë nga Wiki frëngjisht dhe ngjit atë.

    Megjithatë, kur kam zgjedhur gjuhën time forum si gjermane, dhe pastaj postuar në gjermanisht, karaktere ende tregojnë si numrat html kur ta redaktoj atë post ose kliko në shigjeten në postin e përkthyer ....?

  9. #9
    vBulletin Enterprise Translator (vBET) Stafi
    Antarësuar
    Maj 2010
    Postime
    1,000

    Default

    Po ju keni të drejtë. shikojmë të dy mesazhet e mia - një fisrt është bërë nga faqja nuk përkthyer (anglisht) - nuk ka problem, kur ju dëshironi të redaktoni.

    e dyta është bërë nga përkthyer faqe (polish) dhe këtu është një problem - letra me kodin ASCII nën 256 - encoding gabuar - Unë kam raportuar këtë bug të vBulletin dhe unë do të përpiqem për të rregulluar atë.

  10. #10
    vBulletin Enterprise Translator (vBET) Stafi
    Antarësuar
    Maj 2010
    Postime
    1,000

    Default

    Unë jam duke punuar në atë me ekipin vBulletin:
    Forum karaktere ASCII çështje

    Tani ne kemi një fundjavë. nëse ajo është në rregull për ju mund të fillojmë këtë temë pas fundjave?

    Gjatë fundjavës do të punojnë me ekipin vBulletin.
    Fundit edituar nga kamilkurczak; 11-03-1113:25.

Faqe 1 e 2 12 I funditLast

Tags për këtë Temë

Regullat e Postimit

  • Ju mund të mos postoni tema të reja
  • Ju mund të mos Përgjigje pas
  • Ju mund të mos Postimi attachments
  • Ju mund të mos të ndryshoni postimet tuaja
  •