Results 1 to 7 of 7

Trying to use Slugs to Rename a Forum - Problems :(

This is a discussion on Trying to use Slugs to Rename a Forum - Problems :( within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Heya, I had a problem with my VBseo setup as I had v3arcade installed which uses /games and also a ...

  1. #1
    Junior Member Array
    Real Name
    Andy Snook
    Join Date
    Feb 2008
    Location
    London, United Kingdom
    Posts
    8
    Liked
    0 times

    Trying to use Slugs to Rename a Forum - Problems :(

    Heya, I had a problem with my VBseo setup as I had v3arcade installed which uses /games and also a forum called Games. As you can tell, they both wanted to use /games

    I thought I cured it by just renaming the games folder v3arcade used and setting it in the admin panel, but it turns out some games in it have to be in the folder /games or they break (yeti sports etc)

    So I came to this forum and got told to use "slugs" which seemed to have worked! I changed forum 22 to use the slug "games-downloads"

    Code:
        $vbseo_forum_slugs = array(
        22=>'games-downloads'
        );
    It seemed to have worked! But as soon as I put the folder /games in my vbulletin root it breaks again :( When going to /games-downloads I am sent to a blank page.

    Anyone have any ideas on how to make the url rename perment so I can use the Games folder and have a forum named Games which the URL /games-downloads?

    Cheers

  2. #2
    Senior Member Array Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    try turning off the url rewriting in the /games/ folder.

  3. #3
    Junior Member Array
    Real Name
    Andy Snook
    Join Date
    Feb 2008
    Location
    London, United Kingdom
    Posts
    8
    Liked
    0 times
    How does one do that? Sorry if this question seems silly lol :(

  4. #4
    Senior Member Array Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    try putting this in the .htaccess file (create one if not present) inside the /games/ folder.

    Code:
    RewriteEngine Off

  5. #5
    Junior Member Array
    Real Name
    Andy Snook
    Join Date
    Feb 2008
    Location
    London, United Kingdom
    Posts
    8
    Liked
    0 times
    Tried it, doesnt work :(

    For example, The Arcade game Curveball's swf file is located at:
    http://digiex.net/games/curveball.swf

    Clicking on it redirects to:
    http://digiex.net/games-downloads//curveball.swf which will 404.

    Thats with the .htaccess file in /games saying ReWrite Engine Off and with the Slug saying the Games forum is /games-downloads

    :(

  6. #6
    Junior Member Array
    Real Name
    Andy Snook
    Join Date
    Feb 2008
    Location
    London, United Kingdom
    Posts
    8
    Liked
    0 times
    Restarting Apache seems to have fixed it! Thanks for your help

  7. #7
    Senior Member Array Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Glad to hear that !

    Could only score 21k on curveball.

Similar Threads

  1. vBSEO Slugs - Custom Forum Titles
    By Adult SEO in forum General Discussion
    Replies: 28
    Last Post: 06-24-2010, 10:45 AM
  2. forum title slugs array
    By woostar in forum vBSEO Features Archive
    Replies: 5
    Last Post: 03-15-2008, 10:56 AM
  3. Forum Slugs
    By StarBuG in forum Bug Reporting
    Replies: 6
    Last Post: 11-14-2007, 06:18 AM
  4. how can I rename a forum
    By zachbb in forum URL Rewrite Settings
    Replies: 1
    Last Post: 01-07-2007, 03:45 AM
  5. Forum Rename
    By Keith Cohen in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 12-16-2005, 01:20 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
  •