vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 2 of 2

.htaccess files

This is a discussion on .htaccess files within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, Everything I touch normally breaks, so I though that I would make absolutely sure. I already have an htaccess ...

  1. #1
    Junior Member
    Real Name
    Joe Kenny
    Join Date
    May 2006
    Posts
    1

    .htaccess files

    Hi,

    Everything I touch normally breaks, so I though that I would make absolutely sure.

    I already have an htaccess file on my server, should I just add the content of vbseo's htaccess file to my original?

    My current file contains this..

    Options +FollowSymLinks
    RewriteEngine on

    RewriteRule ^page/(.*).html$ index.php?page=$1 [NC]
    RewriteRule page/$ index.php

    RewriteRule players/(.*)/(.*)/(.*)/$ /forums/pprofile.php?letter=$1&profileid=$2&player=$3
    RewriteRule players/(.*)/(.*)/$ /forums/pprofile.php?letter=$1&profileid=$2
    RewriteRule players/(.*)/$ /forums/pprofile.php?letter=$1
    RewriteRule players/$ /forums/pprofile.php?

    RewriteRule teams/(.*)/(.*)/(.*)/$ /forums/cprofileE.php?letter=$1&profileid=$2&player=$3
    RewriteRule teams/(.*)/(.*)/$ /forums/cprofileE.php?letter=$1&profileid=$2
    RewriteRule teams/(.*)/$ /forums/cprofileE.php?letter=$1
    RewriteRule teams/$ /forums/cprofileE.php?

    RewriteRule articles/(.*)-(.*)\.html$ /forums/articles.php?do=$1&artid=$2
    RewriteRule articles/(.*)-(.*)\.html$ /forums/articles.php?do=$1&catid=$2
    RewriteRule articles/(.*)/$ /forums/articles.php?do=$1
    RewriteRule articles/$ /forums/articles.php


    ErrorDocument 401 Football Talk Home
    ErrorDocument 403 Football Talk Home
    ErrorDocument 404 Football Talk Home
    ErrorDocument 500 Football Talk Home


    Thanks

    Joe

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554

    Re: .htaccess files

    Hello Joe,

    I think that existing .htaccess file is located in the root, while the one from vBSEO package should be in the /forums/ folder. They should work simultaniously correctly.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. Add "www." in .htaccess
    By Jason|Xoxide in forum Custom Rewrite Rules
    Replies: 8
    Last Post: 03-31-2006, 11:54 AM
  2. "Test Site" appears when I make .htaccess active
    By gabeanderson in forum Troubleshooting
    Replies: 1
    Last Post: 03-22-2006, 05:50 PM
  3. Replies: 1
    Last Post: 11-25-2005, 05:26 PM