See here.

For example, to remove .php:


RewriteEngine On
RewriteBase /
RewriteRule ^([^\.]+)$ $1.php [NC,L]

The itaian forum is here. You would have found what you were looking for...