Results 1 to 5 of 5

Question with Site Map and VBSEO htaccess files

This is a discussion on Question with Site Map and VBSEO htaccess files within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Ok, I just installed VBSeo and I want to install the site map generator. I see now there is a ...

  1. #1
    Member Array
    Join Date
    Oct 2005
    Location
    Korea
    Posts
    52
    Liked
    0 times

    Question with Site Map and VBSEO htaccess files

    Ok, I just installed VBSeo and I want to install the site map generator. I see now there is a .htaccess file with the site generator. What do I do? I don't want to just overright the VBSeo .htaccess file do I? Do I combine them?

    Mike

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

    in case if you have vBSEO installed, you should keep your existing .htaccess as it already has rewrite rule for sitemap generator included.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member Array
    Join Date
    Oct 2005
    Location
    Korea
    Posts
    52
    Liked
    0 times
    Thanks Oleg!

    Mike

  4. #4
    Member Array
    Join Date
    Oct 2005
    Location
    Korea
    Posts
    52
    Liked
    0 times
    So, do I ignore this step?

    C. Open your 'vbroot/.htaccess' file and enter the following code:
    Apache and mod_rewrite
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

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

    lighthttpd
    url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )

  5. #5
    Senior Member Array
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    16 times
    Yes

Similar Threads

  1. vbseo Google site map
    By forsaleo in forum General Discussion
    Replies: 16
    Last Post: 08-07-2006, 06:21 PM
  2. Forum Site Map vs General Sitemap
    By Lonny in forum General Discussion
    Replies: 3
    Last Post: 04-19-2006, 12:00 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
  •