Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 43

Your Google Sitemap Index URL

This is a discussion on Your Google Sitemap Index URL within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; hello, i just downloaded the vbseo from vb -org and im just wondering why the: Your Google Sitemap Index URL ...

  1. #1
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times

    Lightbulb Your Google Sitemap Index URL

    hello, i just downloaded the vbseo from vb-org


    and im just wondering why the:

    Your Google Sitemap Index URL does not work can i ask what i have forgot todo?

    or?

    thx jaycob.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    what is the error you get?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    sorry silly me for posting in the wrong spot.

    my error:

    Not Found

    The requested URL /sitemap_index.xml.gz was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.37 Server at Port 80
    Last edited by jaycob; 07-24-2007 at 12:19 AM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Make sure that you created .htaccess file in forums root as described.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    sorry man i have not got a clue what you are talking about.

    i just uploaded the .htaccess as is.

    will this effect anything if the Sitemap Index URL does not work?

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Make sure that your host supports mod_rewrite and that it allows rewrite rules in .htaccess files.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Make sure that you created .htaccess file in forums root as described.

    my host does allow that.

    ok yestersay i installed the youtube hack and i uploaded a .htaccess file with it, would i have to put the site map code in with the other
    .htaccess file i just uploaded, and if so whats the code i have to put in please?

    thanks.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should put this to the top of your .htaccess file:
    Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    dame im still getting

    Not Found

    The requested URL /sitemap_index.xml.gz was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.37 Server at Port 80
    Last edited by jaycob; 07-24-2007 at 12:20 AM.

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    What is your current full .htaccess contents?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    # SEO Videos
    #

    # ofcourse you can rename videos.html and make it for example a non existing directory /videos/ and /videos/videoindex-20.xhtml etc.

    RewriteCond %{HTTP_HOST} !^www\.forumcentral1\.com
    RewriteRule (.*) http://www.forumcentral1.com/$1 [L,R=301]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^videos\.html&page=([0-9]+)$ http://www.forumcentral1.com/videos-page$1.html [L,R=301]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^videos\.html$ index.php?videos=1 [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^videos-page([0-9]+)\.html$ index.php?videos=$1 [L]
    Last edited by jaycob; 07-24-2007 at 12:20 AM.

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    As I see, your rewritten videos URLs are not working either: http://www.forumcentral1.com/videos.html
    Seems like mod_rewrite is not functioning on your server (it's either disabled or rewrite rules are not allowed in .htaccess).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #13
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    omg, is there away around this please?

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You should contact your hosting support to enable mod_rewrite.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #15
    Junior Member
    Real Name
    laz
    Join Date
    Jul 2007
    Posts
    27
    Liked
    0 times
    i just spoke with me host.


    jaycob says: hello again,

    im just wondering if mod_rewrite is enable on my server,

    related thread

    Your Google Sitemap Index URL

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. only able to view 1/3 of vbseo config area
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 01-31-2006, 05:46 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
  •