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







Reply With Quote