Results 1 to 6 of 6

vbseo and GoDaddy hosting.

This is a discussion on vbseo and GoDaddy hosting. within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi folks, Im reaching out to see if there is any tricks to getting vBSEO and GoDaddy web hosting to ...

  1. #1
    Junior Member
    Real Name
    Steve Mosher
    Join Date
    Jan 2010
    Posts
    26
    Liked
    0 times

    vbseo and GoDaddy hosting.

    Hi folks,

    Im reaching out to see if there is any tricks to getting vBSEO and GoDaddy web hosting to play nice with each other.

    We moved the site from my servers in house to the GoDaddy servers over the weekend and SOME URL rewrites just simply wont work.

    vB : 3.8.5
    vBSEO: 3.5.2

    Thanks folks.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    You need to make sure you enabled RewriteBase in your .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

  3. #3
    Junior Member
    Real Name
    Steve Mosher
    Join Date
    Jan 2010
    Posts
    26
    Liked
    0 times
    Ok I tried that and it seems to be on the right track. Looks like I'll have to do more work as that didnt help.

    Im not why I didnt have this issue on my own server.

    Wish I could just disable all the godaddy rewrite crap.

  4. #4
    Junior Member
    Real Name
    Steve Mosher
    Join Date
    Jan 2010
    Posts
    26
    Liked
    0 times
    Ok .. After doing some more digging I find the re-write rules need to be re-worked.

    I need to fix the calendar and private message re-writes.

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    neither of these sections re-write from the core software. They are done through CRR's. The calendar comes with vbseo commented out.
    I use the following on vb3.8. i do not have updated rules for vb4.

    Code:
    //==========================================================================
    //                  Private Messages
    //==========================================================================
    '^private\.php$' => 'pm/'
    '^private\.php\?do=trackpm' => 'pm/track/'
    '^private\.php\?do=editfolders' => 'pm/folders/'
    '^private\.php\?do=newpm$' => 'pm/new/'
    '^private\.php\?do=newpm&u=(\d+)' => 'pm/new/to-$1/'
    '^private\.php\?do=showpm&pmid=(\d+)$' => 'pm/message-$1/'
    '^private\.php\?folderid=(.+?)$' => 'pm/folder-$1/'
    
    
    
    //==========================================================================
    //                  Profile Pages
    //==========================================================================
    '^profile\.php$' => 'profile/'
    '^profile\.php\?do=editsignature' => 'profile/signature/'
    '^profile\.php\?do=editoptions' => 'profile/options/'
    '^profile\.php\?do=editprofilepic' => 'profile/pic/'
    '^profile\.php\?do=editprofile' => 'profile/edit/'
    '^profile\.php\?do=editavatar' => 'profile/avatar/'
    '^profile\.php\?do=editpassword' => 'profile/password/'
    '^profile\.php\?do=editattachments$' => 'profile/attachments/'
    '^profile\.php\?do=editattachments&page=(\d+)$' => 'profile/attachments/page-$1/'
    '^profile\.php\?do=editattachments&showthumbs=1$'=> 'profile/attachments/showthumbs/'
    '^profile\.php\?do=editattachments&showthumbs=1&page=(\d+)$' => 'profile/attachments/showthumbs-page-$1/'
    '^profile\.php\?do=editattachments&pp=(\d+)$' => 'profile/attachments/$1-perpage/'
    '^profile\.php\?do=editattachments&pp=(\d+)&page=(\d+)$' => 'profile/attachments/$1-perpage-page-$2/'
    '^profile\.php\?do=editattachments&pp=(\d+)&page=(\d+)&showthumbs=1$' => '^profile/attachments/showthumbs-$1-perpage-page-$2/'
    '^profile\.php\?do=ignorelist' => 'profile/foes/'
    '^profile\.php\?do=customize' => 'profile/customize/'
    '^profile\.php\?do=buddylist' => 'profile/friends/'
    '^profile\.php\?do=editusergroups' => 'profile/usergroups/'
    
    
    
    //==========================================================================
    //                 Control Panel
    //==========================================================================
    '^usercp\.php$' => 'myaccount/'
    
    
    
    //==========================================================================
    //                   Online Users
    //==========================================================================
    '^online\.php' => 'activeusers/'
    
    
    
    //==========================================================================
    //                   Send Message / Email script
    //==========================================================================
    '^sendmessage\.php$' => 'sendemail/'
    '^sendmessage\.php\?do=mailmember&u=(\d+)' => 'sendemail/to-$1/'

  6. #6
    Junior Member
    Real Name
    Steve Mosher
    Join Date
    Jan 2010
    Posts
    26
    Liked
    0 times
    Thanks Brian AGAIN!

    I found the issue with the pm stuff now i gota figure out the rewrite on the calendar crap.

Similar Threads

  1. Replies: 4
    Last Post: 12-13-2008, 04:35 PM
  2. vbseo not work with GoDaddy ?
    By pictureboarduk in forum Pre-Sales Questions
    Replies: 8
    Last Post: 07-09-2007, 01:46 PM
  3. Replies: 2
    Last Post: 09-03-2006, 03:52 PM
  4. Replies: 1
    Last Post: 03-23-2006, 12:08 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
  •