RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) index.php?uri=/$1 [L]
 


Array ( [uri] => / )