Page 17 of 17 FirstFirst ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Results 241 to 248 of 248
Like Tree1Likes

404 / 301 Tool After Import Redirect on ImpEx imported forums

This is a discussion on 404 / 301 Tool After Import Redirect on ImpEx imported forums within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, My apologies, the above rules are all wrong. Please try instead: RewriteCond %{REQUEST_URI} board,([0-9]+)\.0\.html RewriteRule index\.php vbseo301.php?action=forum&oldid=%1 [L] RewriteCond ...

  1. #241
    vBSEO Staff Array Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,859
    Liked
    567 times
    Blog Entries
    2
    Hello,

    My apologies, the above rules are all wrong. Please try instead:

    RewriteCond %{REQUEST_URI} board,([0-9]+)\.0\.html
    RewriteRule index\.php vbseo301.php?action=forum&oldid=%1 [L]

    RewriteCond %{REQUEST_URI} topic,([0-9]+)\.0\.html
    RewriteRule index\.php vbseo301.php?action=thread&oldid=%1 [L]

    RewriteCond %{REQUEST_URI} topic,[0-9]+\.0\.msg([0-9]+)\.html
    RewriteRule index\.php vbseo301.php?action=post&oldid=%1 [L]
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  2. #242
    Junior Member Array
    Real Name
    katoona
    Join Date
    Nov 2011
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by Andrés Durán Hewitt View Post
    Hello,

    My apologies, the above rules are all wrong. Please try instead:

    RewriteCond %{REQUEST_URI} board,([0-9]+)\.0\.html
    RewriteRule index\.php vbseo301.php?action=forum&oldid=%1 [L]

    RewriteCond %{REQUEST_URI} topic,([0-9]+)\.0\.html
    RewriteRule index\.php vbseo301.php?action=thread&oldid=%1 [L]

    RewriteCond %{REQUEST_URI} topic,[0-9]+\.0\.msg([0-9]+)\.html
    RewriteRule index\.php vbseo301.php?action=post&oldid=%1 [L]

    RewriteCond %{REQUEST_URI} index\.php/topic,[0-9\.?]+\.msg([0-9]+)
    RewriteRule index\.php vbseo301.php?action=post&oldid=%1 [L]


    RewriteCond %{REQUEST_URI} index\.php/board,([0-9\.]+)\.html
    RewriteRule index\.php vbseo301.php?action=forum&oldid=%1 [L]


    RewriteCond %{REQUEST_URI} index\.php/topic,([0-9\.]+)\.html
    RewriteRule index\.php vbseo301.php?action=thread&oldid=%1 [L]


    RewriteCond %{REQUEST_URI} index\.php/topic,[0-9\.?]+\.msg([0-9]+)\.html
    RewriteRule index\.php vbseo301.php?action=post&oldid=%1 [L]


    RewriteCond %{REQUEST_URI} index\.php/topic,[0-9\.?]+\.msg([0-9]+)\.html#msg([0-9]+)
    RewriteRule index\.php vbseo301.php?action=post&oldid=%1 [L]

    This is what I ended up with, and it works beautifully.

  3. #243
    Member Array cionfs's Avatar
    Real Name
    Antonio
    Join Date
    Jul 2007
    Location
    Taranto, Italy, Italy
    Posts
    93
    Liked
    0 times
    Hi!
    I've imported a vBulletin forum to a new vBulletin forum but I've some problems with urls.

    The old forum is in "forum" folder. The new forum is in "forum" subdomain.

    What .htaccess can I use?

  4. #244
    Junior Member Array
    Real Name
    Faby
    Join Date
    Nov 2007
    Posts
    6
    Liked
    0 times
    The ID discussion number changed with the migration on forum.rnbjunk.com from Forum di Musica e Community di R&B Junk, now the results for google webmaster tools is an 404 error:
    http://forum.rnbjunk.com/lady-gaga/7...ngolo-112.html

    Lady GaGa - Judas (Secondo Singolo) - Pagina 112

    Someone could help us with this issue?

  5. #245
    Junior Member Array
    Real Name
    Najeeb layyous
    Join Date
    Oct 2012
    Posts
    19
    Liked
    0 times
    hi i have imported from phpbb to vBulletin got vbseo and put redirectMatch 301 ^/forum_ar/ http://www.yourdomain.com/forum/
    in the root htaccess your method seem alot better of course as i will not lose page rank with it hopefully . do i change the root .htaccess to the code given? and put the vbseo301.php in which folder? and can i do this after i already imported?

  6. #246
    Junior Member Array
    Real Name
    Thom
    Join Date
    Jan 2009
    Posts
    7
    Liked
    0 times
    Is this still the preferred means of thread redirection?

    If so, two questions...

    For IPB 3.4, URL structure is as follows, can you provide rewrite rules for .htaccess?

    http://www.domain.name/topic/######-this-is-the-title/
    http://www.domain.name/forum/###-forum-name/

    Secondly, I'm already 301'ing everything to new domain. As I understand it, I should only 301 to the root, 302 everything wildcarded, and let this perform the last 301?

  7. #247
    Member Array
    Real Name
    Daniel
    Join Date
    Nov 2006
    Location
    Seattle, WA
    Posts
    73
    Liked
    1 times
    Desperately need assistance for what to include in my .htaccess to make the following redirects work.

    Going from IPB 3.4 to vB 3.8 with vBSEO 3.6.1

    Old IPB Forum URL: http://domain.com/forum/###-forum-name/
    New VB Forum URL: http://domain.com/forum-name/

    Old IPB Thread URL: http://domain.com/topic/###-thread-name/
    New VB Forum URL: http://domain.com/forum-name/###-thread-name.html

    I'm not sure if the Forum URL's can be forwarded, but I can always create manual redirects for those if that's the only way.

    But desperately need a fix for the Thread URL's please?

    Thanks in advance.

  8. #248
    vBSEO Staff Array Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,859
    Liked
    567 times
    Blog Entries
    2
    Hi Daniel,

    These rules should do the trick for you:

    RewriteRule ^forum/([0-9]+)-.+/$ vbseo301.php?action=forum&oldid=$1 [L]
    RewriteRule ^topic/([0-9]+)-.+/$ vbseo301.php?action=thread&oldid=$1 [L]
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Page 17 of 17 FirstFirst ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17

Similar Threads

  1. Replies: 4
    Last Post: 04-08-2008, 06:03 AM
  2. RC8 - CSS redirect for Moderator forums
    By skoenig in forum Bug Reporting
    Replies: 2
    Last Post: 01-23-2007, 08:43 PM
  3. 301 Redirect on Forums
    By tavenger5 in forum Custom Rewrite Rules
    Replies: 8
    Last Post: 05-23-2006, 10:46 PM
  4. The use of Impex to import a board
    By roadart in forum General Discussion
    Replies: 1
    Last Post: 05-13-2006, 07:53 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
  •