Page 2 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... LastLast
Results 16 to 30 of 304

vBSEO Sitemap Generator 2.2 Released

This is a discussion on vBSEO Sitemap Generator 2.2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; I noticed that running the sitemap takes significantly longer (1300 seconds). Is there any way to speed this up or ...

  1. #16
    Senior Member
    Real Name
    John
    Join Date
    Dec 2005
    Posts
    691
    Liked
    17 times
    I noticed that running the sitemap takes significantly longer (1300 seconds). Is there any way to speed this up or is that just how it is with over a million pages?

  2. #17
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    thanks,

    /me installed
    My forums: General Forums | Admin Talk (running xenforo)

  3. #18
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Quote Originally Posted by tavenger5 View Post
    I noticed that running the sitemap takes significantly longer (1300 seconds). Is there any way to speed this up or is that just how it is with over a million pages?
    kinda discussing that here:
    Sitemap-cronjob-error - "MySQL-server has gone away"

  4. #19
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    installed.. no issues what so ever.

  5. #20
    Senior Member redlabour's Avatar
    Real Name
    André
    Join Date
    Sep 2005
    Location
    Germany, NRW
    Posts
    373
    Liked
    0 times
    Something is wrong at me.

    I become a 403 at http://www.politikstube.de/forum/vbs...urllist.txt.gz for the Yahoo Sitemap-URL and the other one.

    If i go to http://www.politikstube.de/forum/vbs...php?sitemap=$1 i get :

    Sitemap File not found
    But nothing has changed and before 2.2 everything works fine.

  6. #21
    Member
    Real Name
    Mecho
    Join Date
    Dec 2007
    Location
    Iran
    Posts
    86
    Liked
    0 times
    upgraded .

    Generated the sitemaps . everything works fine but as u can see in attachment non of search engines notified ! ( it was working well before )

    Any Idea ?
    Attached Thumbnails Attached Thumbnails noitfy.gif  

  7. #22
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to regenerate sitemap again.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #23
    Senior Member redlabour's Avatar
    Real Name
    André
    Join Date
    Sep 2005
    Location
    Germany, NRW
    Posts
    373
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Try to regenerate sitemap again.
    I did more then one Time.

    My Forum is in /forum/.

    I used this in /forum/ .htaccess (the same like vBSEO):

    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    The data Folder has CHMOD 777.

    It works before vBSEO 3.2 and Sitemap 2.2. But as i have updated the Sitemap today i see that Yahoo and Google no longer found the Sitemap. I am not really sure if it is a Problem of vBSEO or the Sitemap. Because between both Updates it did not check.

    So i checked it with direct Path by myself and with http://www.politikstube.de/forum/vbseo_getsitemap.php?sitemap=$1 and http://www.politikstube.de/vbseo_getsitemap.php?sitemap=$1

    Allways 403. The outgoing Ping works well to all Searchmachines - but the incoming then fails.

  9. #24
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    if you're getting a 403 (not a 404) you should be seeing 'permission denied'. When i go to your site, it re-directs me to the homepage, so i'm going to assume that's the standard action for a 404.

    /forums/vbseo_sitemap/ works
    /forums/vbseo_sitemap/data/ does not.

    it appears that there is some restriction on the data folder itself.
    is there an htaccess file in the data folder?
    have you enabled anything via cpanel, etc to protect that directory?

  10. #25
    Senior Member redlabour's Avatar
    Real Name
    André
    Join Date
    Sep 2005
    Location
    Germany, NRW
    Posts
    373
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    if you're getting a 403 (not a 404) you should be seeing 'permission denied'.
    You will if you use the URL to the Files with a Downloadmanager.

    Quote Originally Posted by briansol View Post
    When i go to your site, it re-directs me to the homepage, so i'm going to assume that's the standard action for a 404.
    It´s my Standardaction for every Errorcode.

    Quote Originally Posted by briansol View Post
    /forums/vbseo_sitemap/ works
    /forums/vbseo_sitemap/data/ does not.

    it appears that there is some restriction on the data folder itself.
    No - it is completely (including Files in 777).

    Quote Originally Posted by briansol View Post
    is there an htaccess file in the data folder?
    have you enabled anything via cpanel, etc to protect that directory?
    Yes - and believe me i have no idea where it comes from.

    Code:
    deny from all
    After deleting this .htaccess both Files are downloadable by direct URL.

    But:

    http://www.politikstube.de/forum/sitemap_index.xml.gz

    and

    http://www.politikstube.de/forum/urllist.txt.gz

    as Redirects are still not working.

    Any Idea to fix this second Problem?

  11. #26
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I did more then one Time.
    My reply was to "mecho" user.
    What is your .htaccess file contents in forum folder?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #27
    Senior Member redlabour's Avatar
    Real Name
    André
    Join Date
    Sep 2005
    Location
    Germany, NRW
    Posts
    373
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    My reply was to "mecho" user.
    Ups....

    Please read my last Posting again above your Reply. Just a few Minutes ago the Problem is going smaller and only the Redirect Problem persists. And http://www.politikstube.de/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 brings still back:

    Sitemap file not found
    Code:
    DirectoryIndex index.php
    ErrorDocument 400 http://www.politikstube.de/400.php
    ErrorDocument 401 http://www.politikstube.de/401.php
    ErrorDocument 403 http://www.politikstube.de/403.php
    ErrorDocument 404 http://www.politikstube.de/404.php
    ErrorDocument 500 http://www.politikstube.de/500.php
    
    # 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\.politikstube\.de
    RewriteRule (.*) http://www.politikstube.de/forum/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php)
    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]
    
    ####Charset
    AddDefaultCharset Off 
    
    ####Gzip
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]
    </IfModule>
    
    ####ETags
    FileETag None
    
    ####Expires
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/png A2592000
    ExpiresByType application/x-shockwave-flash A2592000
    ExpiresByType text/css A2592000
    ExpiresByType application/x-javascript A2592000
    </IfModule>

  13. #28
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to add "vbseo_sitemap" into this line:
    Code:
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|vbseo_sitemap)/
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #29
    Junior Member
    Real Name
    Yaqoob
    Join Date
    Dec 2007
    Posts
    9
    Liked
    0 times
    thanks

  15. #30
    Senior Member redlabour's Avatar
    Real Name
    André
    Join Date
    Sep 2005
    Location
    Germany, NRW
    Posts
    373
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Try to add "vbseo_sitemap" into this line:
    Code:
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|vbseo_sitemap)/
    Sorry - still "Sitemap not found" with http://www.politikstube.de/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1.

Page 2 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... LastLast

Similar Threads

  1. Replies: 9
    Last Post: 12-26-2008, 03:40 PM
  2. vBSEO Sitemap Generator generated incorrect sitemap URL
    By X1C3W5 in forum Troubleshooting
    Replies: 2
    Last Post: 01-02-2008, 12:45 PM
  3. vBSEO Sitemap Generator 2.0 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 18
    Last Post: 12-11-2007, 02:44 PM
  4. vBSEO Google/Yahoo Sitemap Generator Released at vBulletin.org
    By Joe Ward in forum vBSEO Announcements
    Replies: 0
    Last Post: 11-09-2005, 03:03 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •