vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 8 of 11
FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast
Results 106 to 120 of 155

vBSEO 3.3.0 Gold Released

This is a discussion on vBSEO 3.3.0 Gold Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; It should 301 as long as it has the threadid in the URL. I will flag this post to get ...

  1. #106
    vBSEO Staff Michael Biddle's Avatar
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    6,567
    It should 301 as long as it has the threadid in the URL. I will flag this post to get a confirmation on it.
    Michael Biddle / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  2. #107
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Yes, old links should be automatically redirected.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #108
    Member
    Real Name
    Pui Edylie
    Join Date
    Nov 2006
    Location
    Singapore
    Posts
    90
    Does it work with vb 3.6.8?

  4. #109
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,929
    Blog Entries
    4
    Yes it does
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  5. #110
    Junior Member
    Real Name
    ishak
    Join Date
    Apr 2009
    Posts
    1
    Thank you

  6. #111
    Senior Member
    Real Name
    Hayden James
    Join Date
    Mar 2006
    Posts
    134
    Quote Originally Posted by equinox View Post
    Terrific. Were there performance enhancements from the previous version?
    i second that Q.

  7. #112
    Junior Member
    Real Name
    Mohamed
    Join Date
    May 2009
    Posts
    3
    Thank you

  8. #113
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    293
    Quote Originally Posted by Juan Muriente View Post
    UPDATE: vBSEO's .htaccess file has been updated for vBSEO 3.3:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
     RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    Replaced by:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
     RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    


    UPDATE: Update to ISAPI Rewrite instructions:

    Code:
    RewriteCond URL ^/(?!attachments|iconimages|members).*
    
    I don't have the code described as the previous version. My .htaccess code was changed by a staff member sometime back. I have 2 .htaccess files - one in my domain root, the other in my forum (thefloorpro.com/community/). Please see the current settings below.

    ROOT:
    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /
    
    ErrorDocument 403 http://www.thefloorpro.com/403.php
    ErrorDocument 404 http://www.thefloorpro.com/404.php
    ErrorDocument 500 http://www.thefloorpro.com/community/includes/database_error_page.html
    
    RewriteCond %{HTTP_HOST} !^www\.thefloorpro\.com [NC]
    RewriteRule ^(.*)$ http://www.thefloorpro.com/$1 [R=301,L]
    
    RewriteCond %{THE_REQUEST} "T /index.php"
    RewriteRule index\.php$ http://www.thefloorpro.com/ [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ community/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} !community/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ community/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    
    FORUM:
    Code:
    RewriteEngine On
    RewriteBase /community
    
    
    RewriteCond %{HTTP_HOST} !^www\.thefloorpro\.com
    RewriteRule (.*) http://www.thefloorpro.com/community/$1 [L,R=301]
    
    
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    Can someone please help me with the changes I need to make in each of these files?

    Thank you very much,

    Jim

  9. #114
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,929
    Blog Entries
    4
    You need to replace your forum .htaccess to the followng

    Code:
    RewriteEngine On
    RewriteBase /community
    
    RewriteCond %{HTTP_HOST} !^www\.thefloorpro\.com
    RewriteRule (.*) http://www.thefloorpro.com/community/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [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]
    
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  10. #115
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    293
    Thank you, Mert. Much appreciated.

    Jim

  11. #116
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,929
    Blog Entries
    4
    You're welcome
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  12. #117
    Junior Member
    Real Name
    chan
    Join Date
    Dec 2007
    Location
    thailand
    Posts
    17
    install working on vb 3.8.2 very good

  13. #118
    Junior Member DDIG's Avatar
    Real Name
    DDIG
    Join Date
    May 2008
    Location
    Netherlands
    Posts
    27
    Quote Originally Posted by Juan Muriente View Post
    UPDATE: vBSEO's .htaccess file has been updated for vBSEO 3.3:

    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
     RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    Replaced by:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
     RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    Is it me or is the update above not included in the .htaccess that comes with the vBSEO 3.3.0 download package? That's confusing...... The update went well by all means and purposes. But I had to update the .htacces above manually. It's not included in the download package. Fortunally I read the forums

  14. #119
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,929
    Blog Entries
    4
    Quote Originally Posted by DDIG View Post
    Is it me or is the update above not included in the .htaccess that comes with the vBSEO 3.3.0 download package? That's confusing...... The update went well by all means and purposes. But I had to update the .htacces above manually. It's not included in the download package. Fortunally I read the forums
    Hello ,

    vBSEO package includes updated .htaccess files.
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  15. #120
    Member MrNase's Avatar
    Real Name
    Dominik H.
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    33
    I just renewed my license but I have to wait for your system to notice the transaction before I can update my vBSEO installation.

    To be honest, I totally forgot to renew and I am sure it didn't get a notice.


Similar Threads

  1. vBSEO 3.2.0 Gold Released!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 154
    Last Post: 03-14-2009, 08:21 AM
  2. vBSEO 3.2 GOLD Released!
    By EGS in forum General Discussion
    Replies: 4
    Last Post: 07-04-2008, 06:55 PM
  3. Guess when the vBSEO 3.0 GOLD is released!
    By Kwak in forum Off-Topic & Chit Chat
    Replies: 47
    Last Post: 04-17-2007, 09:17 AM
  4. vBSEO 2.0 Gold Released for Testers
    By Juan Muriente in forum vBSEO Announcements
    Replies: 18
    Last Post: 09-30-2005, 07:44 PM