Results 1 to 2 of 2

.htaccess of seo after sitemap

This is a discussion on .htaccess of seo after sitemap within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I've edit my seo .htaccess before install the site map..... This is my edited .htaccess ( vbseo + site map): ...

  1. #1
    Senior Member
    Real Name
    Riccardo
    Join Date
    Jun 2008
    Posts
    265
    Liked
    1 times

    .htaccess of seo after sitemap

    I've edit my seo .htaccess before install the site map.....
    This is my edited .htaccess (vbseo + site map):

    # 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/|chat|cron)
    RewriteRule ^(.*\.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]
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    Please, See the bold test.

    Is ok? Can i upload it in my Webserver?
    Note that i have vba portal in my home page, i make any other edit?
    Anybody can help me before installing site map?? I'm not expert.
    Last edited by Riccardo79; 06-07-2008 at 03:04 PM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    vBSEO .htaccess already includes the sitemap generator's desired code. You donot need to edit .htaccess file.
    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. sitemap and .htaccess file
    By frank678 in forum General Discussion
    Replies: 1
    Last Post: 03-03-2008, 02:51 PM
  2. vbseo sitemap .htaccess
    By djingo in forum Troubleshooting
    Replies: 1
    Last Post: 03-10-2007, 03:06 PM
  3. .htaccess and existing sitemap.xml
    By fb-guy in forum General Discussion
    Replies: 4
    Last Post: 12-15-2006, 10:39 AM
  4. Yahoo sitemap - .htaccess
    By SLPLS1 in forum General Discussion
    Replies: 11
    Last Post: 10-20-2006, 12:00 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
  •