Well, .htaccess is making my urls look like: http://www.domain.com/123.filename - and that's ok.
BUT, what if I want to make http://www.domain.com/123 - to point to http://www.domain.com/123.filename? What should I write in the .htaccess file?
I want that http://www.domain.com/567 will point to http://www.domain.com/567.filename, or to download.php?file=567.filename (I prefer the second one )
Thanks for your help, and for this awesome script.