Results 1 to 15 of 15

Why wont www.example.com/sitemap_index.xml.gz work?

This is a discussion on Why wont www.example.com/sitemap_index.xml.gz work? within the General Discussion forums, part of the vBSEO SEO Plugin category; Iam so confused with what i should have in my .htaccess file. i have both vbseo 3.0 and sitemap generator. ...

  1. #1
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times

    Why wont www.example.com/sitemap_index.xml.gz work?

    Iam so confused with what i should have in my .htaccess file. i have both vbseo 3.0 and sitemap generator. Also I cant get mywww.dentallabnetwork.com/forums/sitemap_index.xml.gz
    http://www.dentallabnetwork.com/sitemap_index.xml.gz to display anything, everything else seems to run fine. Will that keep sitemap generator from running properly? Thanks in advance.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello Travis
    http://www.dentallabnetwork.com/forums/
    your forums give me 404 error.
    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. #3
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    I had to delete my .htaccess file its giving me problems, its working again. (my site)

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Did you run sitemap generator ?
    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. #5
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    yes, it runs with no problems.

  6. #6
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    here is what i have in my .hccccess file


    # 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\.dentallabnetwork\.com
    RewriteRule (.*) http://www.dentallabnetwork.com/forums/$1 [L,R=301]

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

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

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

  7. #7
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You Have:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

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

    Remove those bottom 2 lines and see if that helps anything
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    I also see more duplicate content in that file, be sure your lines are unique
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    if i use the original .hccccess file from the zipped dl it doesn't work.

  10. #10
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello Travis ,

    What error do you receive when you use the default .htaccess ?
    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

  11. #11
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    i get a ERROR 404 - PAGE NOT FOUND on forums page, then main page comes up as files but i use a redirect to the forums in the isp control panel.

  12. #12
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    Is this acceptable? http://www.dentallabnetwork.com/foru...p_index.xml.gz
    I put the .htaccess file inside the forums folder. How will I know if everything is working ok?
    Do i need a robots.txt file?
    Last edited by toejam; 09-17-2007 at 10:33 AM.

  13. #13
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You cannot use the default .htaccess without fixing it to your needs....
    The Forum Hosting - Forum Hosting from the Forum Experts

  14. #14
    Member
    Real Name
    travis
    Join Date
    Sep 2007
    Posts
    32
    Liked
    0 times
    Another problem is every time i change my .htaccess file the other .htaccess file in the data folder also in the root change with it. If my sitemap works using http://www.dentallabnetwork.com/foru...p_index.xml.gz does that mean its good for search engines? I am sorry I am new to all this.

  15. #15
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Hello Travis ,

    Yous hall upload vBSEO .htaccess to your forum root folder. So in your case you shall upload it to /forum/ folder. Your sitemap is working as it is expected
    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

Similar Threads

  1. VBSEO flat out doesn't work right :)
    By KenDude in forum Troubleshooting
    Replies: 10
    Last Post: 06-13-2007, 05:15 PM
  2. New To AdWords : How Does Post-Paid AdWords Account Work ?
    By iMoney in forum General Discussion
    Replies: 2
    Last Post: 05-30-2007, 03:13 PM
  3. no links work now ?
    By Brandon Sheley in forum Troubleshooting
    Replies: 3
    Last Post: 03-18-2006, 03:56 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
  •