Così hai provato?
codice:
RewriteEngine On
RewriteRule ^foto/([^/]+).php foto.php?p=$1 [L]
RewriteRule ^album/([^/]+).php album.php?a=$1 [L]
RewriteRule ^([^/]+)/([^/]+).php testi.php?a=$1&t=$2 [L]