View Single Post
Old 07-18-2011, 08:58 AM   #6
Andreas Raht
Administrator
 
Andreas Raht's Avatar
 
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 8,992
It works well here: BNN Home Page

When I log into that server via FTP, the base directory contains the /TLB directory. The .htaccess file looks like this:

PHP Code:
RewriteEngine on
RewriteOptions MaxRedirects
=1

RewriteRule 
^box_scores/(.*)\.html'/TLB/reports/index.php?type=e&name=$1' [L]
RewriteRule ^coaches/(.*)\.html'/TLB/reports/index.php?type=g&name=$1' [L]
RewriteRule ^game_logs/(.*)\.html'/TLB/reports/index.php?type=f&name=$1' [L]
RewriteRule ^history/(.*)\.html'/TLB/reports/index.php?type=h&name=$1' [L]
RewriteRule ^leagues/(.*)\.html'/TLB/reports/index.php?type=b&name=$1' [L]
RewriteRule ^players/(.*)\.html'/TLB/reports/index.php?type=d&name=$1' [L]
RewriteRule ^teams/(.*)\.html'/TLB/reports/index.php?type=c&name=$1' [L
Andreas Raht is offline   Reply With Quote