Page 2 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 16 to 30 of 88

vBSEO 3.3.0 RC1 Released

This is a discussion on vBSEO 3.3.0 RC1 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Let's see how it goes. Sorry for comment this here but an update for sitemap generator would be very appreciated ...

  1. #16
    Member
    Real Name
    Leandro
    Join Date
    Nov 2008
    Posts
    49
    Liked
    0 times
    Let's see how it goes.

    Sorry for comment this here but an update for sitemap generator would be very appreciated to cover 3.8 new capabilities.

    Thanks for release this.

  2. #17
    Junior Member
    Real Name
    Tomislav
    Join Date
    Sep 2007
    Location
    Croatia
    Posts
    14
    Liked
    0 times
    sitemap generator works great, i just tested it

  3. #18
    Senior Member
    Real Name
    Glen
    Join Date
    Apr 2008
    Location
    Scotland
    Posts
    104
    Liked
    0 times
    Excellent! I'm off to upgrade my forum!

  4. #19
    Member
    Real Name
    Leandro
    Join Date
    Nov 2008
    Posts
    49
    Liked
    0 times
    I'm sure it does Tomislav but I'm also sure a new sitemap generator could also cover some areas not supported right now.

  5. #20
    Senior Member
    Real Name
    jdougher
    Join Date
    Feb 2007
    Posts
    118
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Important: vBSEO 3.3.0 requires an update to your .htaccess file.
    How should it be updated?

  6. #21
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    The .htaccess file inside the package and htaccess.txt files are both updated.

    The changes in both these files are :

    Find :
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    Replace
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    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

  7. #22
    Senior Member
    Real Name
    jdougher
    Join Date
    Feb 2007
    Posts
    118
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    The .htaccess file inside the package and htaccess.txt files are both updated.

    The changes in both these files are :

    Find :
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    Replace
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    So are you saying we have to make these changes ourselves? Or should the files simply be overwritten? When were you going to convey this "important" information? It's nowhere in the readmes provided in the download.

  8. #23
    Senior Member
    Real Name
    Glen
    Join Date
    Apr 2008
    Location
    Scotland
    Posts
    104
    Liked
    0 times
    Quote Originally Posted by jdougher View Post
    So are you saying we have to make these changes ourselves? Or should the files simply be overwritten? When were you going to convey this "important" information? It's nowhere in the readmes provided in the download.
    This is true, the readme tells you to upload the .htaccess file but there is no mention of it in the Upgrade instructions.

  9. #24
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    guys, this is the .htaccess that you can find in your package ...

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

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.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
    just upload (before change the url in your file) and overwrite ... otherwise you can manually change your older .htaccess ...

  10. #25
    Senior Member
    Real Name
    Stefan
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    160
    Liked
    0 times
    No problems at all, thanks
    rellek[org] - go and check out (German)
    And if you want to talk about social software, check out WeWoTa.

  11. #26
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Quote Originally Posted by jdougher View Post
    So are you saying we have to make these changes ourselves? Or should the files simply be overwritten? When were you going to convey this "important" information? It's nowhere in the readmes provided in the download.
    If you are using default .htaccess , you can just overwrite the new one that comes with the package.

    If you are using a custom one , you need to edit those lines. Those edits are not mandatory but we advise everyone to use new .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

  12. #27
    Member
    Real Name
    Umut
    Join Date
    Jan 2007
    Location
    Turkey
    Posts
    52
    Liked
    0 times
    installed its works nice
    cheers

  13. #28
    Member
    Real Name
    Vitaly
    Join Date
    Feb 2008
    Location
    Russia, St.Petersburg
    Posts
    51
    Liked
    0 times
    Does sitemap generator 2.2 supports vb3.8.1 Social groups with 3.3.0 vbseo? Or i should wait a bit to unlock that functionality?

  14. #29
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    # What is "Virtual HTML Display" ?

  15. #30
    Member
    Real Name
    zelnik
    Join Date
    Aug 2008
    Posts
    97
    Liked
    3 times
    Is it not possible to install vbseo on ones test forum only on the live one?

    I have my test forum on http://test.domain.com/vbtest/ and when entering my key it says invalid?!?

Page 2 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Similar Threads

  1. vBSEO 2.1 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 34
    Last Post: 10-25-2005, 04:27 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM
  3. vBSEO 2.0 RC5 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 16
    Last Post: 08-16-2005, 02:10 AM
  4. vBSEO 2.0 RC4 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 23
    Last Post: 08-04-2005, 01:05 PM

Tags for this Thread

Posting Permissions

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