I have the url /a/b/main/ID/name.ext; I'd like to grab the ID and convert it to an 8 byte hex value (16 digits). Then I would like to grab the file (assuming the id is 112233445566FF)
/main/00/11/22/33/44/55/66/FF/name.ext
In apache how do I convert the ID to 16 digit hex number and rewrite the url?