View Single Post
Old 07-18-2011, 05:28 AM   #3
Tony M
Global Moderator
 
Tony M's Avatar
 
Join Date: Feb 2006
Location: Here
Posts: 6,156
I've had the same issue. I went back to uploading file by file in the end.

.htaccess contains

RewriteEngine on
RewriteOptions MaxRedirects=1

RewriteRule ^box_scores/(.*)\.html$ '/ueba/reports/index.php?type=e&name=$1' [L]
RewriteRule ^coaches/(.*)\.html$ '/ueba/reports/index.php?type=g&name=$1' [L]
RewriteRule ^game_logs/(.*)\.html$ '/ueba/reports/index.php?type=f&name=$1' [L]
RewriteRule ^history/(.*)\.html$ '/ueba/reports/index.php?type=h&name=$1' [L]
RewriteRule ^leagues/(.*)\.html$ '/ueba/reports/index.php?type=b&name=$1' [L]
RewriteRule ^players/(.*)\.html$ '/ueba/reports/index.php?type=d&name=$1' [L]
RewriteRule ^teams/(.*)\.html$ '/ueba/reports/index.php?type=c&name=$1' [L]
__________________
This signature is intentionally blank
Tony M is offline   Reply With Quote