symfony - How to rename/hide CDN image urls -


i have symfony application show list of images hosted on cdn. hide cdn's real path users. specific part of url hide/rename static part of url. cdn's path passed source attribute <img tag.

the paths static part similar to:

https://contents.xyz.acmecdn.net/v/ 

the dynamic part:

t31/720x720/7790141854625267503_o.jpg 

what better way achieve this?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -