Custom Image URLs

I’m looking for a way to create SEO friendly URLs for image paths. Is it possible to do this in Razuna? If so, how?

You could achieve this with .htaccess. The files in Razuna are always stored like:

/assets/(hostid)/(folderid)/(filetype)/(fileid)/(filename)

The filetype is one of the four: img, vid, doc, aud

Hope this helps.

Thank you. I’ll try it out and reply if others have the same question.

So the Apache configs works. Am I am to change the direct link to an asset as well or doing mod_rewrites are the only way to accomplish the SEO friendly URLs?

Or, do I have to extend Razuna by creating a plugin for an extra direct link field for better looking SEO paths?

For now the links to the files are as they are. We are planning to introduce short links in Razuna 2.0

Oh cool. Thanks you.