Results 1 to 7 of 7

Wordpress and vBulletin Settings

This is a discussion on Wordpress and vBulletin Settings within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, I would like use WP as Portal (homepage) and vB as forum of my Community. Can I install WP ...

  1. #1
    Senior Member
    Real Name
    Jarod
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    184
    Liked
    1 times

    Question Wordpress and vBulletin Settings

    Hello,

    I would like use WP as Portal (homepage) and vB as forum of my Community.

    Can I install WP on the root of server and use the permalink:

    www.mysite.it/name-post/

    and install after, vB, in a subdomain and use this structure for url:

    forum.mysite.it/NameCategory/NameThread-ID/

    Is possible? Can I have issue or other problems with .htaccess or other settings?

    Thank you

  2. #2
    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
    This should be fine. The forum htaccess will over-ride the word press.

    About the only thing you can't do is install both wp and vb/vbseo in the same folder, and have both run permalinks.

  3. #3
    Senior Member
    Real Name
    Jarod
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    184
    Liked
    1 times
    Hello Brian,

    yes, you have right. In fact, in this way, I will have WP in the root and vB in a subdomain...and I hope to avoid any problems.

    Brian, Can I ask you which custom rules use to move a forum from old to a new domain where I have:

    Old Domain (Url)

    http://www.mysite.it/fID/Thread-Name-ID Post/

    while on the new domain I would like use the settings:

    forum.mysite.it/Name-Section/ThreadName-IDPost/

    What code and custom rewrite rule should I use in the .htaccess to make correctly this transfer and not lose the indexed page?

    Thank you

  4. #4
    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
    Are you keeping the old domain hosted? parking it on the new one?

  5. #5
    Senior Member
    Real Name
    Jarod
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    184
    Liked
    1 times
    Yes, I will keep the old domain hosted; and I will move all my community to new domain.

    On the old domain, actually, I use the same url that you use here, on vbseo forums.

    1) I need to use an .htaccess to redirect correcly all my community to new domain, where I will have the forum in a subdomain.

    On the new domain, I want use these url:

    forum.mysite.it/Name-Section/ThreadName-IDPost/ (Single Thread)

    forum.mysite.it/Name-Section/ (Category Url)

    2) During the transfer Brian, and the test to check that all is ok and...Is possible has a test license for vBSEO? So, I can install it on the new domain, and when all is ready, unistall it from the old domain.

    Thanks Brian

  6. #6
    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
    Try these rules. Untested, may need tweaking:

    Code:
    RewriteRule [^/]+/[^/]+-([0-9]+)/ http://forums.domain.com/vbseo.php?vbseourl=showthread.php&t=$1 [L]
    RewriteRule [^/]+/f([0-9]+)/(.*)/ http://forums.domain.com/vbseo.php?vbseourl=forumdisplay.php&f=$1 [L]


    Please open a ticket to request the test license.

  7. #7
    Senior Member
    Real Name
    Jarod
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    184
    Liked
    1 times
    Thank you Brian,

    I will try these rules.

    Thanks again

Similar Threads

  1. How to import DB from wordpress to vBulletin 3.8.x
    By A.Chakery in forum Off-Topic & Chit Chat
    Replies: 2
    Last Post: 07-07-2011, 03:28 AM
  2. vBulletin CMS vs Wordpress homepage?
    By joeman in forum General Discussion
    Replies: 9
    Last Post: 06-28-2011, 07:31 PM
  3. From wordpress to vBulletin+vbseo
    By alfanexus in forum Pre-Sales Questions
    Replies: 1
    Last Post: 04-09-2011, 02:15 PM
  4. Wordpress and vBulletin in root
    By RidinHighSpeeds in forum Custom Rewrite Rules
    Replies: 12
    Last Post: 08-19-2009, 02:40 AM
  5. vBulletin + Wordpress
    By Riccardo79 in forum General Discussion
    Replies: 2
    Last Post: 10-22-2008, 03:41 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
  •