Results 1 to 5 of 5

VBseo and VBulletin .html extensions

This is a discussion on VBseo and VBulletin .html extensions within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hi, I'm using VBulletin with .html extensions (that's one of the download options when you download vbulletin). I understand that ...

  1. #1
    Junior Member
    Real Name
    noam makavy
    Join Date
    Mar 2006
    Posts
    4
    Liked
    0 times

    VBseo and VBulletin .html extensions

    Hi,

    I'm using VBulletin with .html extensions (that's one of the download options when you download vbulletin). I understand that VBseo only works with the .php extension version.

    Does anyone have experience getting VBseo to work with .html extensions? Or migrating to .php extensions?

    My main concern is getting VBseo to work without breaking any current external links that go directly to threads or forums.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You should be able to switch to the .PHP version of vBulletin, install vBSEO, then use a custom rewrite rule to redirect your old vBulletin .html links.

  3. #3
    Junior Member
    Real Name
    noam makavy
    Join Date
    Mar 2006
    Posts
    4
    Liked
    0 times
    Quote Originally Posted by ConqSoft
    You should be able to switch to the .PHP version of vBulletin, install vBSEO, then use a custom rewrite rule to redirect your old vBulletin .html links.
    Unfortunately I'm not too handy with .htaccess files and I'm kind of scared of a long downtime...

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Someone here can supply you with the appropriate rewrite rules beforehand.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello Noam,

    it's easy to setup redirection from old (.html) to new URLs with these directive (right after "RewriteEngine on" line):

    Code:
    RewriteRule ^(forumdisplay|showthread|showpost|announcement|calendar|member|memberlist|poll|image|attachment)\.html$  $1.php?%{QUERY_STRING}
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 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
  •