Results 1 to 6 of 6

Question about installing vBSEO

This is a discussion on Question about installing vBSEO within the General Discussion forums, part of the vBSEO SEO Plugin category; Hey, I am installing vBSEO for my forums now, and I am following the instructions. But I'm just wondering what ...

  1. #1
    Member
    Real Name
    Danny Mousdell
    Join Date
    May 2010
    Location
    Manchester, UK
    Posts
    35
    Liked
    0 times

    Question about installing vBSEO

    Hey,

    I am installing vBSEO for my forums now, and I am following the instructions. But I'm just wondering what do I do with the 'htaccess' folder? Because there is 8 files in there... so do I upload them all to my root? or in a 'public_html/forums/htaccess' folder etc?

    It does say on the instructions to upload the .htaccess file, but I will just edit my current .htaccess file with the code and add it to the bottom of my file. So I hope that is okay too?

    Please let me know, thanks

  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
    We supply htaccess and htaccess-like files for a variety of different web platforms... apache, iis, lightspeed, etc etc, each with their own file.

    Assuming you are on apache, you would simply want to use the .htaccess file and place that in your forums root. If you already have a file, you can merge them. Just placing it in the bottom may not be ideal or working depending on what is there already.

  3. #3
    Member
    Real Name
    Danny Mousdell
    Join Date
    May 2010
    Location
    Manchester, UK
    Posts
    35
    Liked
    0 times
    Okay thanks, and when using this Mod, I take it I don't need this in my .htaccess file:

    Code:
    RewriteEngine On
    Options +FollowSymLinks
    
    ### THIS IS A LITTLE EXTRA SECURITY AND CAN BE REMOVED
    
    RewriteRule ^includes/(.*) index.php
    RewriteRule ^vb/(.*) index.php
    RewriteRule ^packages/(.*) index.php
    
    ### THIS IS THE ACTUAL REWRITE
    
    RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&page=$2&%{QUERY_STRING}
    RewriteRule ^members/([0-9]+) member.php?u=$1&%{QUERY_STRING}
    RewriteRule ^forums/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) forumdisplay.php?f=$1&page=$2&%{QUERY_STRING}
    RewriteRule ^blogs/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) blog.php?u=$1&page=$2&%{QUERY_STRING}
    RewriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) entry.php?b=$1&page=$2&%{QUERY_STRING}
    RewriteRule ^list/([^/]*/)([0-9]+) list.php?r=$1$2&%{QUERY_STRING}
    RewriteRule ^content/(.*) content.php?r=$1&%{QUERY_STRING}
    RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&%{QUERY_STRING}
    From: Mod Rewrite Friendly URLs => .htaccess

  4. #4
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Hello Danny,

    Yes, That's looks like vbulletin URLs htaccess, You will need to remove it and upload vBSEO htaccess

  5. #5
    Member
    Real Name
    Danny Mousdell
    Join Date
    May 2010
    Location
    Manchester, UK
    Posts
    35
    Liked
    0 times
    Thanks, support here is great and quick!

  6. #6
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    You are welcome Danny

Similar Threads

  1. Question before installing
    By JulianD in forum General Discussion
    Replies: 6
    Last Post: 11-06-2009, 03:36 PM
  2. Installing vbSEO Help!!
    By huw in forum Troubleshooting
    Replies: 1
    Last Post: 10-15-2009, 05:47 AM
  3. Installing Vbseo
    By DChealth in forum General Discussion
    Replies: 7
    Last Post: 04-08-2008, 03:35 PM
  4. Replies: 2
    Last Post: 01-29-2007, 06:33 PM
  5. installing sitemap .htaccess question
    By sovaward in forum General Discussion
    Replies: 19
    Last Post: 12-22-2006, 03:00 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
  •