• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Awatar day-dreamer
    day-dreamer jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    723
    Przydatne posty
    3

    Domyślnie brakujący plik mapy

    Skrypt vBSEO Google/Yahoo Sitemap Generator

    nie stworzył mi pliku mapy sitemap_index.xml.gz

    a mam pliki mapy

    sitemap_1.xml.gz
    sitemap_2.xml.gz
    sitemap_3.xml.gz

    i tak dalej i tak dalej, a nie mam sitemap_index.xml.gz

    dla przykładu:

    http://muzikum.pl/sitemap_index.xml.gz
    http://peb.pl/sitemap_index.xml.gz
    http://precyl.pl/sitemap_index.xml.gz

    mój plik .htaccess wygląda następująco


    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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteEngine On
    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]
    RewriteEngine On
    RewriteBase /
    Ostatnio edytowane przez day-dreamer ; 20.09.2009 o 12:02



  2. #2
    MatKus jest nieaktywny Advanced Member
    Dołączył
    Jul 2008
    Posty
    247

    Domyślnie

    Nie bardzo rozumiem, czego dotyczy problem, bo nie widzę żadnego pytania. Chodzi ci o to, że plik sitemap_index nie istnieje, a się otwiera?
    Przy żadaniu pliku mapy otwierany jest skrypt zgodnie z tą regułą:
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    A tak przy okazji, to jest jakiś przykładowy plik .htaccess? bo dziwi mnie to "yourdomain.com/forums"
    były administrator forum.tibia.pl
    administrator forum.tibiaspy.com


  3. #3
    Awatar day-dreamer
    day-dreamer jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    723
    Przydatne posty
    3

    Domyślnie

    Chodzi mi o to ze nie mam pliku sitemap_index.xml.gz w cale

    a ten .htaccess to z mojego ftp

    ale dla przykładu pobralem vbseo i vBSEO Google/Yahoo Sitemap Generator żeby sprawdzić .htaccess


    tak wygląda .htaccess od samego vBSEO Google/Yahoo Sitemap Generator
    Kod:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    a tak od samego vbseo .htaccess

    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\.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 %{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]
    wiec wszystkie regułki mam w jednym pliku .htaccess w głównym katalogu z forum


  4. #4
    Awatar bartol
    bartol jest nieaktywny Advanced Member
    Dołączył
    May 2008
    Posty
    599
    Przydatne posty
    2

    Domyślnie

    Cytat Zamieszczone przez MatKus Zobacz posta
    A tak przy okazji, to jest jakiś przykładowy plik .htaccess? bo dziwi mnie to "yourdomain.com/forums"
    Jak widać na początku tych linijek jest znak "#" czyli reguła jest wyłączona, więc nie ma potrzeby uzupełniać tego.


    Co do problemu, index sitemapy tworzy się na końcu przy tworzeniu mapy witryny. Na pewno dochodzi do końca?
    Tworzenie mapy trwa trochę, możliwe że masz ograniczenia czasowe na serwerze tj "max execution time"
    Po zakończeniu tworzenia mapy powinieneś mieć coś takiego:
    Ostatnio edytowane przez bartol ; 20.09.2009 o 13:54


  5. #5
    Awatar day-dreamer
    day-dreamer jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    723
    Przydatne posty
    3

    Domyślnie

    Właśnie nie dochodzi do końca

    kończy się generowanie mapy bez tego



    mam dedyka gdzie można zmienić ten czas? w jakim pliku dokładnie?
    Ostatnio edytowane przez day-dreamer ; 20.09.2009 o 20:10


  6. #6
    Awatar bartol
    bartol jest nieaktywny Advanced Member
    Dołączył
    May 2008
    Posty
    599
    Przydatne posty
    2

    Domyślnie

    w pliku php.ini


  7. #7
    Awatar day-dreamer
    day-dreamer jest nieaktywny Użytkownik vBHELP.pl
    Dołączył
    Feb 2008
    Posty
    723
    Przydatne posty
    3

    Domyślnie

    Jednak działa musiałem zresetować serwer
    Ostatnio edytowane przez day-dreamer ; 20.09.2009 o 22:35


Podobne wątki

  1. Plik <:
    By Sedu in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 30.01.2009, 17:35
  2. plik config
    By Davis in forum Pytania i problemy
    Odpowiedzi: 15
    Ostatni post / autor: 17.11.2008, 20:19
  3. brakujące emoticony
    By marcinpl87 in forum Pytania i problemy
    Odpowiedzi: 5
    Ostatni post / autor: 03.06.2008, 16:52
  4. plik boxa poszukuje
    By snorg in forum Pytania i problemy
    Odpowiedzi: 17
    Ostatni post / autor: 21.03.2008, 17:25
  5. Pomoże ktoś z stworzeniem mapy google i yahoo
    By Młody in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 02.03.2008, 11:15
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