<IfModule mod_rewrite.c>

RewriteEngine On

RewriteRule ^URL/([0-9]+)$		http://mydomain/piree/index_url/go.php?index_n=$1  [L]

</IfModule>