View Single Post
Old 07-18-2011, 06:08 PM   #10
hbomb
Minors (Double A)
 
hbomb's Avatar
 
Join Date: Jul 2008
Location: Toronto Canada
Posts: 155
Quote:
Originally Posted by Andreas Raht View Post
Please post the content of the .htaccess file here.
RewriteEngine on
RewriteOptions MaxRedirects=1

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