Results 1 to 14 of 14

Sitemap Problem

This is a discussion on Sitemap Problem within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; i installed as per the readme file, and everything went ok logged in to vbseo -map page, and clicked on ...

  1. #1
    Junior Member
    Real Name
    George Sokorelis
    Join Date
    Dec 2007
    Posts
    4
    Liked
    0 times

    Sitemap Problem

    i installed as per the readme file, and everything went ok

    logged in to vbseo-map page, and clicked on "Run Sitemap Generator "

    it generated the files successfully

    then at the bottom of the page, when i click on "view details"

    it shows me the stats of the links created

    and there is links to the files, which the URL shows its in my root http://www.mysite.com/thefilename

    however, when i click on the file, it shows me a 404 page not found

    i found that the files are generated inside public_html/vbseo_sitemap/data/

    what is wrong here?

    My forums path is http://www.mysite.com/forums
    - How do I have to configure the .htaccess ?
    - What url should I submit to google : http://www.mysite.com OR http://www.mysite.com/forums

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    You need to add a line to the .htaccess file. Please review the installation instructions again for details.

  3. #3
    Junior Member
    Real Name
    George Sokorelis
    Join Date
    Dec 2007
    Posts
    4
    Liked
    0 times
    Quote Originally Posted by Joe Ward View Post
    You need to add a line to the .htaccess file. Please review the installation instructions again for details.
    I did not modify the .htaccess file.
    Can you be more specific? I read the instructions but there is no adding line info..
    Can you give me an example ?

  4. #4
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    From the readme:

    B. Enable rewriting via .htaccess (vBSEO Users skip this step):

    1. Upload the vBSEO Google/Yahoo Sitemap .htaccess file (located in the 'htaccess' folder) to your forum root.
    Note: In some operating systems, the .htaccess file is not visible. If this is your case, find the htaccess.txt file in the same folder, (1) upload it to your forum root folder and (2) rename it to .htaccess.


    Note: If you already have an .htaccess file in your forum root, DO NOT upload the vBSEO Google/Yahoo Sitemap .htaccess file as it will replace the contents of this file. Instead, enter the following code in your 'forum-root/.htaccess' file at the bottom:


    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  5. #5
    Junior Member
    Real Name
    George Sokorelis
    Join Date
    Dec 2007
    Posts
    4
    Liked
    0 times
    I did uploaded the .htaccess file in forums root (http://mysite/forums ) and it looks like :

    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    Do I have to change anything on that, because it does not work - still same problem.
    Attached Thumbnails Attached Thumbnails capture.jpg  

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

    Make sure that you have forums URL correctly defined in vB admincp options:
    Code:
    http://www.domain.com/forums
    It looks like you have it defined as:
    Code:
    http://www.domain.com
    Last edited by Joe Ward; 02-10-2008 at 09:49 AM.
    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
    George Sokorelis
    Join Date
    Dec 2007
    Posts
    4
    Liked
    0 times
    Quote Originally Posted by sokorelis View Post
    i installed as per the readme file, and everything went ok

    logged in to vbseo-map page, and clicked on "Run Sitemap Generator "

    it generated the files successfully

    then at the bottom of the page, when i click on "view details"

    it shows me the stats of the links created

    and there is links to the files, which the URL shows its in my root http://www.mysite.com/thefilename

    however, when i click on the file, it shows me a 404 page not found

    i found that the files are generated inside public_html/vbseo_sitemap/data/

    what is wrong here?

    My forums path is http://www.mysite.com/forums
    - How do I have to configure the .htaccess ?
    - What url should I submit to google : http://www.mysite.com OR http://www.mysite.com/forums

    Still same problem
    Please see attachments. What is wrong ?
    Attached Thumbnails Attached Thumbnails 001.jpg   002.jpg   003.jpg   004.jpg   005.jpg  

    006.jpg  

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Looks like you are running on IIS server. In this case you should install ISAPI_Rewrite module for IIS and add rewrite rules in it's configuration instead of .htaccess.
    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
    Peter Filias
    Join Date
    May 2007
    Posts
    6
    Liked
    0 times
    I just installed the sitemap generator, manually ran the process. It emailed me and displayed all the stats, yet, the sitemap file is not there.

    http://www.aximusers.com/forum/sitemap_index.xml

    Note: I also don't see anything in my "report". Does that only show when it runs automatically rather than when you run it manually?
    Last edited by pfilias; 02-22-2008 at 11:46 AM. Reason: Adding one thing.

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Did you set permissions accordingly? You should allow write access for vbseo_sitemap/data/ folder.
    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
    Peter Filias
    Join Date
    May 2007
    Posts
    6
    Liked
    0 times
    I had set the permissions for the vbseo_sitemap folder, but it didn't traverse the directory.

    It worked, thank you.

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great, you are welcome!
    Btw, you should not change permissions for vbseo_sitemap/ folder itself, just data/ subfolder.
    Last edited by Oleg Ignatiuk; 02-22-2008 at 01:30 PM. Reason: \
    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
    Peter Filias
    Join Date
    May 2007
    Posts
    6
    Liked
    0 times
    I will go back and set it to 755.

    One more question, will VBSEO automatically send the sitemap to Google?

    I'm trying to add it, but it is barking at me saying that it needs to be at the root of my site, not in the forum folder.

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    vBSEO Sitemap Generator pings Google automatically, but it's recommended to submit it manually in webmaster account as well. You should add "http://www.aximusers.com/forum/" as a new site entry and then submit sitemap into it.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Sitemap-Problem
    By fide in forum Deutsch
    Replies: 28
    Last Post: 12-21-2007, 06:36 AM
  2. Sitemap problem
    By networktemple in forum Troubleshooting
    Replies: 1
    Last Post: 06-20-2007, 11:03 PM
  3. Problem with Sitemap!
    By MUAHHH in forum Troubleshooting
    Replies: 7
    Last Post: 05-03-2007, 05:36 AM
  4. Sitemap Problem
    By Pagan in forum Deutsch
    Replies: 12
    Last Post: 05-25-2006, 09:03 AM

Posting Permissions

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