<IfModule mod_rewrite.c>
      <IfModule mod_negotiation.c>
           Options -MultiViews
       </IfModule>
    Options +FollowSymlinks -Indexes
    RewriteEngine On
 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME) !-d
   
     RewriteRule ^ index.php [L]
</IfModule>