Options -Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/]+)/([^/]+)/?$ http://localhost/site/$1.php?find=$2 [L,QSA]
RewriteRule ^en/(.*)$ http://localhost/site/$1 [QSA,L]