priova cosi:

RewriteEngine On
RewriteRule ^([^/]+)/ index.php?id=$1 [L]


ovviamente poi recuperi poi tutto con $_GET[id]