Page 9 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast
Results 121 to 135 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; Hello. I saw the updated htaccess file info, but noticed another change that was not mentioned and wanted to make ...

  1. #121
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    134
    Liked
    0 times

    Question htaccess question

    Hello. I saw the updated htaccess file info, but noticed another change that was not mentioned and wanted to make sure I don't screw up.

    Here is what I have in my htaccess file now
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron|rvoweather/)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|rvoweather)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    Here is what my change will look like:

    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|vbseo_sitemap/|cron|rvoweather/)
     RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|rvoweather)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    My Question is: Do I need to update that last line (in red) to this:
    Code:
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    or leave it as is? Thanks for your help.

    Also: I noticed that the code I am supposed to change has another big difference:

    My code:
    Code:
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    The updated code:
    Code:
     RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    Do I need to keep this with the 'archive' stuff in it? Not really sure what that line should be. Any help will be appreciated. Thanks folks.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  2. #122
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    541 times
    Blog Entries
    4
    Your .htaccess file is pretty outdated. The best is to use the latest .htaccess that comes with 3.3.0 package.
    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

  3. #123
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    134
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Your .htaccess file is pretty outdated. The best is to use the latest .htaccess that comes with 3.3.0 package.
    So, the answer is to make all the changes above since I copied and pasted from the latest .htaccess file then. Okay. Thank you, Mert!

    I just did not understand what the 'archive' part of that was for since I do not have an archive because it was recommended here at VBSEO to disable it several months ago.

    Regards,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  4. #124
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    134
    Liked
    0 times
    Just wanted to update: I really had a bunch of extra stuff in my outer htaccess from way back when I first installed VBSEO. I got rid of most of it and updated my forum htaccess with the latest as Mert suggested. It works great. Thanks.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  5. #125
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    541 times
    Blog Entries
    4
    Glad to hear that Bruce
    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

  6. #126
    Member
    Real Name
    chan
    Join Date
    Dec 2007
    Location
    thailand
    Posts
    35
    Liked
    0 times
    Ie to support the url? For instructions.

    Thank you For advice.

  7. #127
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    541 times
    Blog Entries
    4
    Hello Chan ,

    Installation instructions are located within docs folder inside the package you download.You can additionally find them online at vBSEO 3.3.0 Readme 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

  8. #128
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    UPDATE: Facebook icon for social networking feature updated.
    Where do I find this?

    Thanks

  9. #129
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    Could somebody please explain this:

    UPDATE: Update to ISAPI Rewrite instructions:


    Code:
    RewriteCond URL ^/(?!attachments|iconimages|members).*


    Should I add this to the htacces file?
    Also, I upgraded from 3.1 to 3.3, did I missed any updated to the htaccess file in 3.2?
    Last edited by webgroup; 06-14-2009 at 02:24 AM.

  10. #130
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    541 times
    Blog Entries
    4
    Hello George ,

    You should check your .htaccess content and if it is not updated you should update to the one that comes with vBSEO 3.3.0 package.

    For facebook you can add the following code

    Code:
    http://www.facebook.com/share.php?u=%url%,images/vbseo/facebook.gif,Share on Facebook!,Share on Facebook!
    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

  11. #131
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Hello George ,

    You should check your .htaccess content and if it is not updated you should update to the one that comes with vBSEO 3.3.0 package.

    For facebook you can add the following code

    Code:
    http://www.facebook.com/share.php?u=%url%,images/vbseo/facebook.gif,Share on Facebook!,Share on Facebook!

    1)where do I add the facebook info

    2)this is not in the htaccess provided with 3.3.0:


    Code:
    RewriteCond URL ^/(?!attachments|iconimages|members).*

  12. #132
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    1)where do I add the facebook info
    Go to: vBSEO CP » Other Enhancements » Social Bookmarking

    Put a tick beside "Add Custom" and enter the given code in the textbox that appears.

  13. #133
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    thanks!!


    Any ideas on what to do with this?:

    Code:
    RewriteCond URL ^/(?!attachments|iconimages|members).*

  14. #134
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,362
    Liked
    541 times
    Blog Entries
    4
    If you don't have that within your .htaccess , you should add it.
    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

  15. #135
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    Exactly where?
    And why the htacces file that came with the vbseo 3.3.0 did not have that rule on it?

    Thanks

Page 9 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast

Similar Threads

  1. vBSEO 3.2.0 Gold Released!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 154
    Last Post: 03-14-2009, 09:21 AM
  2. vBSEO 3.2 GOLD Released!
    By EGS in forum General Discussion
    Replies: 4
    Last Post: 07-04-2008, 07: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, 10:17 AM
  4. vBSEO 2.0 Gold Released for Testers
    By Juan Muriente in forum vBSEO Announcements
    Replies: 18
    Last Post: 09-30-2005, 08:44 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
  •