• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
Strona 1 z 2 12 OstatniOstatni
  1. #1
    k0sa jest nieaktywny Użytkownik
    Dołączył
    Jan 2008
    Posty
    42

    Domyślnie Zoints SEO problem

    Mam Zoints SEO ale linki mi sie zle zrobily. Mam np. dział Testy i link do niego wyglada tak : http://www.xxxxxxxx.pl/testy-f15.html i strona nie wchodzi.
    Coś musze zmienic ale niewiem co. Pozdro



  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

    Czy wyświetla Ci się jakiś błąd?


  3. #3
    k0sa jest nieaktywny Użytkownik
    Dołączył
    Jan 2008
    Posty
    42

    Domyślnie

    jak wejde to nie ma takiej strony, cos ze składnią tego bedzie nie tak

    Błąd 404

    Plik lub strona, której poszukujesz nie istnieje.

    Sprawdz czy podałeś poprawny adres w pasku lokalizacji.


  4. #4
    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

    Umieściłeś plik .htaccess na FTP? Jeśli tak pokaż jego zawartość.


  5. #5
    k0sa jest nieaktywny Użytkownik
    Dołączył
    Jan 2008
    Posty
    42

    Domyślnie

    prosze :

    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/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]

    RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]


  6. #6
    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

    Spróbuj w ramach testu wkleić tylko taki fragmencik:

    Kod:
    Options +FollowSymlinks
    RewriteEngine on
    
    RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    Pzdr


  7. #7
    k0sa jest nieaktywny Użytkownik
    Dołączył
    Jan 2008
    Posty
    42

    Domyślnie



    tak jak na obrazku


  8. #8
    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

    Podaj link do forum myślę, że łatwiej będzie znaleźć rozwiązanie.

    Pzdr


  9. #9
    Awatar american tommy
    american tommy jest nieaktywny Początkujący
    Dołączył
    Jan 2008
    Posty
    13

    Domyślnie

    mysle ze niezapisal sie htaccess na serweze tzn zapisal ale moze zapomniales dac kropki .htaccess
    niewiem czy dobze mysle


  10. #10
    Shiz0 jest nieaktywny Początkujący
    Dołączył
    Feb 2008
    Posty
    10

    Domyślnie

    Cytat Zamieszczone przez Max Zobacz posta
    Spróbuj w ramach testu wkleić tylko taki fragmencik:

    Kod:
    Options +FollowSymlinks
    RewriteEngine on
    
    RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    Pzdr
    miałem ten sam problem i zrobiłem jak pisałem i działa wielkie dzięki
    ale pytanie mam da rade żeby było z userami tak ?? chodzi mi o to tak jak jest w vbseo


Strona 1 z 2 12 OstatniOstatni

Podobne wątki

  1. zoints thread tags SEO - Character Replacements
    By bartek24m in forum Pytania i problemy
    Odpowiedzi: 4
    Ostatni post / autor: 22.09.2009, 18:21
  2. [Problem] SEO
    By Bonek in forum vBSEO
    Odpowiedzi: 0
    Ostatni post / autor: 24.06.2009, 21:26
  3. Zoints SEO 2.3.0
    By Psolufka in forum Pozycjonowanie (SEO)
    Odpowiedzi: 4
    Ostatni post / autor: 09.03.2009, 04:19
  4. Zoints SEO - zle linki
    By BOŁOZ in forum Pozycjonowanie (SEO)
    Odpowiedzi: 3
    Ostatni post / autor: 04.05.2008, 23:26
  5. Zoints Thread Tags - GREAT for SEO - źle wyświetla
    By BOŁOZ in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 03.05.2008, 16:11
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