I have this URL:
http://hostX.site.com/some_path_here/filename.jpg
and need to rewrite it to:
http://host.site.com/same_path_here/filenameX.jpg
Can you please tell me if this is possible? Basically I am trying to move "X" (it is a number) from the subdomain to the end of the filename, just before the extension.
Thanks.