Results 1 to 6 of 6

advice on setup for my site

This is a discussion on advice on setup for my site within the General Discussion forums, part of the vBSEO SEO Plugin category; hi all, i am running vbseo and so far working great... i have also installed the sitemap mod from vbulletin.org ...

  1. #1
    Member
    Real Name
    m0rgulvale
    Join Date
    May 2009
    Posts
    86
    Liked
    1 times

    Question advice on setup for my site

    hi all, i am running vbseo and so far working great... i have also installed the sitemap mod from vbulletin.org

    my site is Laser Pointer Forums - Discuss Lasers & Laser Pointers

    the actual URL for it is at http://laserpointerforums.com/laser_...forums_3/forum

    currently i have an .htaccess file in the /www folder as follows:
    (note that index.htm is a blank file with nothing in it)...

    Code:
    redirect 301 /index.htm http://laserpointerforums.com/laser_pointer_forums_3/forum/



    the .htaccess file within /forum/ looks like this:

    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www\.laserpointerforums\.com
    RewriteRule (.*) http://www.laserpointerforums.com/laser_pointer_forums_3/forum/
    $1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsi
    temap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(removed/|blahremoved/
    |cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(adsfasdfsf|removed|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]



    is this setup ideal for me?

    should i change anything and if so what specifically?

    please advise and thanks for an awesome product!!

    regards
    -avery

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Why do you do a 2-subfolder redirect when you don't have a homepage at all?

    I'd HIGHLY suggest just installing the forum in root.

    every/folder/you/go/up, the less each page is weighed.

    anyone who goes here: http://www.laserpointerforums.com/la...nter_forums_3/ hits a dead end.

    I'd highly suggest moving now before its too late.

  3. #3
    Member
    Real Name
    m0rgulvale
    Join Date
    May 2009
    Posts
    86
    Liked
    1 times
    i didn't think it mattered to be honest

    my site already has quite a few links in google so i don't think its worth changing, is it?


    can i hire u to help with this?

  4. #4
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    The only reason I would suggest installing in the root, is to limit the URL length.
    I think it looks "cleaner" as well
    My forums: General Forums | Admin Talk (running xenforo)

  5. #5
    Member
    Real Name
    m0rgulvale
    Join Date
    May 2009
    Posts
    86
    Liked
    1 times

  6. #6
    Junior Member
    Real Name
    Sekhar
    Join Date
    Feb 2009
    Posts
    11
    Liked
    0 times
    Now it's looking like an actual forum, being in the root. By the way, I like that Dark Shadows theme.

Similar Threads

  1. How have you setup VBSEO with this site?
    By spondishy in forum General Discussion
    Replies: 2
    Last Post: 03-20-2008, 04:01 PM
  2. Need Advice On How To Setup
    By jcb in forum General Discussion
    Replies: 1
    Last Post: 06-13-2007, 07:59 AM
  3. Need Advice on Site Index
    By treasureman in forum Troubleshooting
    Replies: 3
    Last Post: 04-19-2006, 09:56 AM
  4. My Setup....
    By rob in forum URL Rewrite Settings
    Replies: 3
    Last Post: 02-28-2006, 06:53 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
  •