[eluser]heymike[/eluser]
just double checked that and it did copy over correctly. Called the server admin and the log is showing a 404 error from it. So it is redirecting, just not ending up pointing to a file
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]