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











