Page 18 of 21 FirstFirst ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 LastLast
Results 256 to 270 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 have a (maybe stupid) question. I have inside my "old" .htaccess file this: Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ ...

  1. #256
    Junior Member
    Real Name
    Fabrizio
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    I have a (maybe stupid) question.

    I have inside my "old" .htaccess file this:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    now I found in the latest sitemap generator a slightly different rule:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    what's the difference between them? i.e. there is one more question mark in the old one, is there a mistake somewhere?

    thanks

  2. #257
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    That question mark in old .htaccess tells vBSEO to preprocess the forums home page requests, which is not required since it's not SEOed URLs so there is no need to parse it.
    So, the functionality is not affected but that allows to skip one unnecessary action.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #258
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Oleg Ignatiuk View Post
    Looks like you have "Sitemap Files URL" option set to:
    Code:
    http://www.fniv.it/board/vbseo_sitemap/data/
    Please empty that setting and regenerate sitemap.
    yes in ACP i've this setting, also in my google dash board i've settled this url ... it's wrong?

    ps. into my google's dashboard with this settings i haven't any error ... it looks pretty well (i've 19607 url scanned)

  4. #259
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please open a ticket with admincp/ftp access to check if everything is setup correctly.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #260
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please open a ticket with admincp/ftp access to check if everything is setup correctly.
    done

  6. #261
    Junior Member voter's Avatar
    Real Name
    Voter
    Join Date
    Apr 2008
    Location
    Armenia
    Posts
    27
    Liked
    0 times
    When scheduled sitemap generatation runs it comes to this error.
    500 server error

    a misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
    Url: ****cronadmin.php?do=runcron&cronid=33
    How can I find more details, logs about what is happening.

  7. #262
    Junior Member voter's Avatar
    Real Name
    Voter
    Join Date
    Apr 2008
    Location
    Armenia
    Posts
    27
    Liked
    0 times
    I found the trace of that error

    [Fri Feb 06 03:10:07 2009] [error] File does not exist: /home/viparme1/public_html/~viparme1
    What this could be? especially I am wondering, why sitemap generator looks for http:// viparmenia.com/~ viparme1/vb/2661.html

    viparme1 is only a local username, that mustn't be peresent in any URIs of my site....

    As well
    [Fri Feb 06 03:10:06 2009] [error] File does not exist: /usr/local/apache/htdocs/vb/home/viparme1/public_html: UNLOADED CONFIGURATION HIT CAUGHT: http:// viparmenia.com/vb/2661.html
    Here my local foldernames /vb/ stands before home. Nonsense.

    [Fri Feb 06 03:10:07 2009] [error] File does not exist: /usr/local/apache/htdocs/home/home/viparme1/public_html: UNLOADED CONFIGURATION HIT CAUGHT: http:// viparmenia.com/~viparme1/vb/2661.html
    double "home/home" is apearing in paths which is wrong.

    This happen especially, when I want to include Show Posts into sitemap.

  8. #263
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Does that happen when you run sitemap generator manually? Are you sure this scheduled task is the generator one?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #264
    Junior Member
    Real Name
    Hassan Ali
    Join Date
    Dec 2008
    Location
    Bahrain
    Posts
    1
    Liked
    0 times
    Thankx for the great product .. It's very helpful ..

    I'm using it now and soon i'll install the vBSEO ..

    thanx again ..

  10. #265
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    Welcome aboard Hassan.

  11. #266
    Junior Member
    Real Name
    khalid alshikh
    Join Date
    Feb 2009
    Posts
    29
    Liked
    0 times
    Hi All ,,,

    is it work with vbulletin 3.8.1 without any problem ??

  12. #267
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello Khalid ,

    Yes it is working with vBulletin 3.8
    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

  13. #268
    Junior Member
    Real Name
    khalid alshikh
    Join Date
    Feb 2009
    Posts
    29
    Liked
    0 times
    I appreciate your help

    Thanks alot Mert Gökçeimam ..

  14. #269
    Junior Member voter's Avatar
    Real Name
    Voter
    Join Date
    Apr 2008
    Location
    Armenia
    Posts
    27
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Does that happen when you run sitemap generator manually? Are you sure this scheduled task is the generator one?
    Hello Oleg,

    as a scheduled task it is getting stuck and stops without finishing. I need to run the task manually to finish the generation.

    Same if I retry and start the generation manually - if show post is included it stops producing that errors.

    How I can get any details info - don't you have any debug switch to put it ON and generate detailed Log.

  15. #270
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    So, if you manually run sitemap generator in vbseo_sitemap/ interface you get the same error message?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


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