There are some errors in your .htaccess file. You need to correct that,
your Original .htaccess (error are red marked)
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
# Get rid of index.php
RewriteCond %{REQUEST_URI} /index\.php
RewriteRule (.*) index.php?rewrite=2...