Results 1 to 3 of 3

vbroot/.htaccess

This is a discussion on vbroot/.htaccess within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hi guys I'm having trouble with this part. I uploaded the folder and set it for "777" I then went ...

  1. #1
    Senior Member sportsmedjosh's Avatar
    Real Name
    Josh
    Join Date
    Jan 2007
    Posts
    404
    Liked
    0 times

    vbroot/.htaccess

    Hi guys I'm having trouble with this part. I uploaded the folder and set it for "777" I then went back a level to my Vb folder and see a .htacess file, my question is how do I edit it to put the infomation i need to in there. I am using a macbook and my ftp client is cuteftp. I don't know if you need that infomation but there it is.

    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" )
    It may be best to not listen to anything I say for advice. :spin:

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

    if you have vBSEO installed, you don't need to modify .htaccess (since rewrite rule is already there in default vBSEO's .htaccess).

  3. #3
    Senior Member sportsmedjosh's Avatar
    Real Name
    Josh
    Join Date
    Jan 2007
    Posts
    404
    Liked
    0 times
    I didn't see the troubleshooting section, I was actually finishing up the install when you posted. You guys are great here.
    It may be best to not listen to anything I say for advice. :spin:

Similar Threads

  1. htaccess problem
    By hornstar6969 in forum General Discussion
    Replies: 11
    Last Post: 12-22-2008, 06:19 PM
  2. htaccess for root for other directories
    By T2DMan in forum Troubleshooting
    Replies: 2
    Last Post: 01-29-2007, 12:07 PM
  3. Help with initial htaccess setup
    By mhc1576 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 12-28-2006, 06:44 AM
  4. 3.0 RC 5 htaccess file
    By Richard in forum General Discussion
    Replies: 5
    Last Post: 10-09-2006, 07:01 PM
  5. htaccess questions
    By chrisj8221 in forum Troubleshooting
    Replies: 5
    Last Post: 09-07-2006, 10:22 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
  •