<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|404\.php|Static|upload|robots\.txt|favicon\.ico|uc|Install)
RewriteRule ^(.*)$ /index.php [L]
</IfModule>