Važno: Ova stranica koristi cookies (cookies). Korištenjem ove web stranice bez isključivanja kolačiće u pregledniku, znači da ste suglasni za to koristi.
Kupi! Značajke Preuzimanja

Zaradite s nama!

Ako želite početi zarađivati novac s vBET pridružiti Partnerski program.
Stranica 1 od 2 12 ZadnjiLast
Rezultati 1 na 10 od 11

Thread: VBET. Htaccess pravila blok mapa preuzimanje

  1. #1
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Red face VBET. Htaccess pravila blok mapa preuzimanje

    Da, kao što naslov kaže Google botovi ne mogu preuzeti sitemaps ako uklonim VBET pravila preuzimanja sitemap bez problema , molim pomoć

  2. #2
    vBulletin Enterprise Prevoditelj (vBET) Osoblje
    Registracija
    Svibanj 2010
    Postovi
    1,000

    Default

    Jeste li sigurni da imate. Htcaccess s dobrim pravilima? u dobrom stanju?

  3. #3
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Red face

    OK imaju pogled na moj htaccess:. -

    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\.pdaapps\.org
    RewriteRule (.*) http://www.pdaapps.org/$1 [L,R=301]
    
    
    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)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [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)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]

    moj site detalje: - VB 4.0.4
    vbseo 3.5.0 RC2
    vbet 4.2.2

    ako je bilo više detalja što trebate ja mogu dati, ali molim vas što prije riješiti problem

  4. #4
    vBulletin Enterprise Prevoditelj (vBET) Osoblje
    Registracija
    Svibanj 2010
    Postovi
    1,000

    Default

    Što sada?

    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\.pdaapps\.org
    RewriteRule (.*) http://www.pdaapps.org/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    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)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [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)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]

  5. #5
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Default

    Mislim da vbseo pravila nedostaju u. Htaccess?

  6. #6
    vBulletin Enterprise Prevoditelj (vBET) Osoblje
    Registracija
    Svibanj 2010
    Postovi
    1,000

    Default

    Hmm .. mog testa forum radi s ovim. Htaccess (s vbseo) možete probati? Pokušat ću ga poboljšati

  7. #7
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Default

    Čini se da djeluje, ali nisam siguran što ovo VBSEO pravilo u .htaccessu radi

    Code:
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  8. #8
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Default

    Pitao sam o gore navedenim pravilima na VBSEO Forumu umjesto da objasnim njegovu svrhu VBSEO osoblje preporučuje uklanjanje VBET-a , nadam se da će Michal ovdje rasvijetliti

  9. #9
    Michał Podbielski (vBET Djelatnici) vBET's Avatar
    Registracija
    Listopada 2009
    Postovi
    3,037

    Default

    Da - jednostavno rade protiv njih klijentima najbolje poslovanje.

  10. #10
    Član
    Registracija
    Studenog 2009
    Postovi
    64

    Default

    tako Michal što je korištenje tih pravila, je li sigurno ih ukloniti?

Stranica 1 od 2 12 ZadnjiLast

Igre bez granica

Knjiženje dozvole

  • Vas ne smiju postavljati nove teme
  • Vas ne smiju odgovarati na postove
  • Vas ne smiju slati privitke
  • Vas ne smiju urediti svoje postove
  •