Hello Guys,
I have a website which contains GBs of assets. We moved all assets to amazon S3 and it is extremely difficult to update all paths in the site. Is there anything with which we can do the following... For example
I have images paths in the database like this
[
oldsite.com...]
and want to load all those images from
[
s3.amazonaws.com...]
I wanted to do this with .htaccess so that whenever any image,video,audio,pdf is called with old reference, it is loaded from new server.
Please help.
Thanks in advance.