Page 7 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... LastLast
Results 91 to 105 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; Nice to see a new release with new features Is there any easy way to purge old sitemap logs?...

  1. #91
    Member
    Real Name
    Michele Neylon
    Join Date
    Aug 2006
    Location
    Ireland
    Posts
    86
    Liked
    0 times
    Nice to see a new release with new features

    Is there any easy way to purge old sitemap logs?

  2. #92
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    540 times
    Blog Entries
    4
    Quote Originally Posted by blacknight View Post
    Nice to see a new release with new features

    Is there any easy way to purge old sitemap logs?
    Please edit vbseo_sitemap/vbseo_sitemap_config.php and look for the following option
    PHP Code:
        define('VBSEO_SM_PRUNE'0); // logs age in days to prune 
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #93
    Member
    Real Name
    Michele Neylon
    Join Date
    Aug 2006
    Location
    Ireland
    Posts
    86
    Liked
    0 times
    Thanks! Perfect!

    Wading through pages and pages of logs was getting a bit boring!

  4. #94
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    540 times
    Blog Entries
    4
    You're welcome
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #95
    Junior Member
    Real Name
    Fabrizio
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    hi,

    even modifying that line does not help

    now the .htaccess appears as follow:

    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 /forum/
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron|vbseo_sitemap/)
    RewriteRule ^(.*\.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]
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    There must be something little and stupid I am missing somewhere, but I cannot help myself out of this!

  6. #96
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    540 times
    Blog Entries
    4
    Please use the following .htaccess and if your problem continues try to create a ticket at support forums as this thread is an announcement thread

    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\.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/|vbseo_sitemap/|cron)
    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]
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  7. #97
    Junior Member
    Real Name
    Fabrizio
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    thank you!!! it worked!!!

    and sorry for using this thread, won't happen again

  8. #98
    Junior Member
    Real Name
    christian
    Join Date
    May 2008
    Posts
    15
    Liked
    0 times

    Error in sitemap

    Error captured, (no inglish )
    Attached Thumbnails Attached Thumbnails ppp.jpg  

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


  10. #100
    Junior Member
    Real Name
    christian
    Join Date
    May 2008
    Posts
    15
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Thanks

  11. #101
    Member alansari's Avatar
    Real Name
    alansari
    Join Date
    Jul 2007
    Location
    the syrian arab repuplic
    Posts
    35
    Liked
    0 times
    the link of download does not working !!!

    it is linking to this Thread without downloading any thing !!

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


  13. #103
    Junior Member
    Real Name
    Mark
    Join Date
    May 2008
    Posts
    3
    Liked
    0 times
    My board is by subscription only and is not viewable by guests. Does that mean I cannot use this plugin? On that same note, would that prohibit me from using vbSEO? Thanks.

  14. #104
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    If your forum is not viewable by guests, then our SEO plugins will be of no use to you.

  15. #105
    Senior Member
    Real Name
    Peggy
    Join Date
    Nov 2006
    Location
    NE Ohio
    Posts
    152
    Liked
    0 times
    sorry, posted in the wrong place.

Page 7 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 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
  •