Quote:
Originally Posted by Andreas Raht
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]