URL Rewriting on files with the file manager ?

Permalink
Hello,

The files (images and others) don't have URL rewrite.
Can we have this option like on pages ?
To choose URL for the file ?

Thank you :)

 
Mnkras replied on at Permalink Reply
Mnkras
try sticking this in your site.php inside the php tags:

define('URL_REWRITING_ALL', 'true');
civrot replied on at Permalink Reply
Then what? I don't see anywhere where to specify a url.
bjacobs replied on at Permalink Reply
I'm also interested in this. So instead of :
http://www.site.com/files/3012/8016/8886/file.pdf...

The url would be something reasonable like:
http://www.site.com/files/file.pdf...

Or the ability of something of our choosing would be really helpful
http://www.site.com/files/category/file.pdf...

Anybody know of a way to do this or an extension that might make this possible?