• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    seba766 jest nieaktywny Stały bywalec
    Dołączył
    Apr 2008
    Posty
    239

    Domyślnie .htacces w vbseo

    Mam problem z uzupenieniem pliku htacces i nie wiem dokladnie gdzie go umiescic na servie
    Kod:
    # 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\.y-psilon.4-pc\.pl
    #RewriteRule (.*) http://www.y-psilon.4-pc.pl/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    Dobrze to zrobilem??



  2. #2
    Awatar Max
    Max
    Max jest nieaktywny There's something in the Air ...
    Dołączył
    Jan 2008
    Posty
    4 775
    Przydatne posty
    252
    Wpisów
    13

    Domyślnie

    Plik musisz umieścić w głównym katalogu (w tym samym gdzie jest skrypt vB).


Podobne wątki

  1. vbseo + vbseo sitemap w vB4
    By tomalla in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 06.01.2010, 14:44
  2. vbseo 3.3 - błedne seo - htacces
    By berix in forum vBSEO
    Odpowiedzi: 8
    Ostatni post / autor: 17.04.2009, 01:10
Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67