Results 1 to 6 of 6

Forum.php to /forums/

This is a discussion on Forum.php to /forums/ within the General Discussion forums, part of the vBulletin SEO Discussion category; Simple one probably, but as in the title, where do i make the change to achieve this? Thanks...

  1. #1
    Member magz's Avatar
    Real Name
    Tony
    Join Date
    Dec 2006
    Posts
    60
    Liked
    2 times

    Forum.php to /forums/

    Simple one probably, but as in the title, where do i make the change to achieve this?

    Thanks

  2. #2
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi magz,

    I use this myself and it is also used at vbseo.com, all you need to do is...

    Just add

    Code:
    '^forum\.php$' => 'forums/'
    into the Custom Rewrite Rules (CRR) box.

    Ceri

  3. #3
    Member magz's Avatar
    Real Name
    Tony
    Join Date
    Dec 2006
    Posts
    60
    Liked
    2 times
    Thank you Ceris.

    Just one small thing, my site is in root/forum folder,

    using this gives me www.sitename.com/forum/forums/

    is there any way to loose the forum?

  4. #4
    Junior Member engenhariacivil's Avatar
    Real Name
    engenhariacivil
    Join Date
    Dec 2009
    Posts
    4
    Liked
    0 times
    We had the same problem as magz. Solved it by using
    Code:
    '^forum\.php$' => '/forum'
    instead of
    Code:
    '^forum\.php$' => 'forums/'
    .
    Is this the right way to do it Ceri?

  5. #5
    Member magz's Avatar
    Real Name
    Tony
    Join Date
    Dec 2006
    Posts
    60
    Liked
    2 times
    Thanks for that

    But after much umming and ahhing, ive decided to put my forum in root folder.

  6. #6
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi,

    Rewrites work best bottom up so the better way is to put everything in root like you have done magz,

    engenhariacivil I have never tested that, so I am not sure if it will work, it is not how CRR's are intended to be used however it may very well work **Adds to list to test**

    Ceri

Similar Threads

  1. Replies: 3
    Last Post: 12-10-2009, 05:11 PM
  2. Forum or Forums?
    By altious in forum Off-Topic & Chit Chat
    Replies: 9
    Last Post: 03-16-2009, 03:04 PM
  3. Rewrite forum.php to forums/
    By Shazz in forum URL Rewrite Settings
    Replies: 3
    Last Post: 10-20-2008, 05:33 PM
  4. forum files from /<forum-threads> to /forums/<forum-threads>
    By LarryEitel in forum URL Rewrite Settings
    Replies: 5
    Last Post: 09-05-2008, 09:59 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
  •