Page 3 of 19 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... LastLast
Results 31 to 45 of 275
Like Tree2Likes

Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly

This is a discussion on Verifying your vBSEO Google/Yahoo Sitemap Generator is Installed Correctly within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I posted this same message in the announcement section on this website and have since found this, so sorry for ...

  1. #31
    PWO
    PWO is offline
    Junior Member
    Real Name
    Steven
    Join Date
    Aug 2008
    Posts
    12
    Liked
    0 times
    I posted this same message in the announcement section on this website and have since found this, so sorry for putting my question in the wrong place. I just installed the VBSEO sitemap and I followed the directions perfect. But when I go to access my Sitemap reports (I go to http://www.mysite.com/Forum/vbseo_sitemap) I get this error message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@mysite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I installed everything where it needed to be installed. I see VBseo in my control panel and I can see the settings. But when I click on reports I get that same error message. Is it because any reports havent been made yet since its scheduled to run at 2am? Would anyone know whats wrong?

  2. #32
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    try re-FTP'ing the files up. Sounds like maybe one file got cut off half way through transfer or something.

    Additionally, did you add the line to your htaccess file? It sounds like you're on IIS... which may not necessarily support htaccess files depending on your version/ISAPI filter version.


    To directly answer your question, No, you would still be able to access the reports area even without it running yet.

  3. #33
    Junior Member
    Real Name
    Miguel Dias
    Join Date
    Sep 2008
    Posts
    9
    Liked
    0 times
    Blog Entries
    1
    When i go to http://www.eximiusclan.com/sitemap_index.xml.gz

    What i get is a white page with this: http://www.eximiusclan.com/sitemap_1.xml.gz 2008-09-23T05:33:38+00:00

    Am i missing anything or is supposed to work that way?

  4. #34
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    That looks correct to me.
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #35
    Junior Member
    Real Name
    Miguel Dias
    Join Date
    Sep 2008
    Posts
    9
    Liked
    0 times
    Blog Entries
    1
    Tkx Michael i just wanted to make sure it was well done (so many ppl with doubts about it).

  6. #36
    Senior Member
    Real Name
    2345
    Join Date
    Sep 2008
    Posts
    125
    Liked
    0 times
    we also need to add sitemap1.xml.gz sitemap2.xml.gz etc ? or only the index one ?

  7. #37
    Senior Member
    Real Name
    dave
    Join Date
    Jun 2006
    Posts
    348
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by konstantinos View Post
    we also need to add sitemap1.xml.gz sitemap2.xml.gz etc ? or only the index one ?
    only the index. It will contain links to the others which google will find and crawl

  8. #38
    Junior Member
    Real Name
    Jake Crause
    Join Date
    Sep 2008
    Posts
    11
    Liked
    0 times
    Hey folks, I'll chime in with my problem. Hopefully it's a quick fix. When I follow the link to http://www.homebuiltairplanes.com/fo...p_index.xml.gz I get a 404 page. I took a look in the admincp to see if my homepage url was in lower case, and it was. What else should I look for to fix the problem?

  9. #39
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    What are the contents of your .htaccess file?
    The Forum Hosting - Forum Hosting from the Forum Experts

  10. #40
    Junior Member
    Real Name
    Jake Crause
    Join Date
    Sep 2008
    Posts
    11
    Liked
    0 times
    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/|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]
    This is in the http://www.homebuiltairplanes.com/forums/ folder

  11. #41
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    What if you try changing:

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)

    To:

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
    The Forum Hosting - Forum Hosting from the Forum Experts

  12. #42
    Junior Member
    Real Name
    Jake Crause
    Join Date
    Sep 2008
    Posts
    11
    Liked
    0 times
    Code:
     <?xml version="1.0" encoding="UTF-8" ?> 
    - <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="Index of /schemas/sitemap/0.9 http://www.sitemaps.org/schemas/site.../siteindex.xsd">
    - <sitemap>
     <loc>http://www.homebuiltairplanes.com/fo...temap_1.xml.gz</loc> 
    
     <lastmod>2008-10-16T19:12:20+00:00</lastmod> 
    
     </sitemap>
    
    
    - <sitemap>
     <loc>http://www.homebuiltairplanes.com/fo...temap_2.xml.gz</loc> 
    
     <lastmod>2008-10-16T19:12:20+00:00</lastmod> 
    
     </sitemap>
    
    
    - <sitemap>
     <loc>http://www.homebuiltairplanes.com/fo...temap_3.xml.gz</loc> 
    
     <lastmod>2008-10-16T19:12:20+00:00</lastmod> 
    
     </sitemap>
    
    
     </sitemapindex>
    This is what I get now. Is this correct?

  13. #43
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    That is how it should look yes.
    The Forum Hosting - Forum Hosting from the Forum Experts

  14. #44
    Junior Member
    Real Name
    Jake Crause
    Join Date
    Sep 2008
    Posts
    11
    Liked
    0 times
    Thanks Michael! I appreciate it very much.

  15. #45
    Senior Member AdamFL's Avatar
    Real Name
    Adam
    Join Date
    Oct 2008
    Location
    South Florida
    Posts
    167
    Liked
    0 times
    Hi - I just checked my google sitemap and i found an error. the http://gomorocco.com/sitemap_index.xml.gz doesn't exist anymore, i tried and generate a new one and it's not working for me, what am i missing?

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

Similar Threads

  1. vBSEO Google/Yahoo Sitemap Generator installed?
    By ehmax in forum General Discussion
    Replies: 5
    Last Post: 12-25-2007, 09:34 PM
  2. Installed vBSEO + vBSEO Google/Yahoo Sitemap Generator v.2.0
    By Garala in forum General Discussion
    Replies: 2
    Last Post: 11-08-2007, 11:27 PM
  3. vBSEO Google/Yahoo Sitemap Generator
    By Joe Ward in forum Pre-Sales Questions
    Replies: 0
    Last Post: 05-21-2006, 05:36 PM
  4. vBSEO Google/Yahoo Sitemap Generator
    By vnjporg in forum General Discussion
    Replies: 12
    Last Post: 03-16-2006, 03:36 PM

Posting Permissions

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