Hi..ejem..
several hours later, i found the answer in a WorldPress' tutorial. This is just like making a permalink url, and i did it this way:
(in the .htaccess file)
Code:
RewriteEngine On
RewriteRule ^ver_(.*)?\.php$ /cnt.php?id=$1 [QSA]
And now in my web
http://www.cqsoft.com.ar when some one tries to acced to
ver_ID.php it automatically loads
cnt.php?id=ID, wich is the script that works with my CMS. Cool ;)
I hope it was usefull, so i post here 'cos it was so hrd to find =_=
bye
(i'm not english, u see XDDD)