I have been trialing Amazon's S3 service with the intention of using it to serve images from instead of choking the current web server with multiple image requests. Early tests were encouraging, so I started to think about how I could serve the files on the Amazon S3 storage service.
The following code in my .htaccess does the job, but for some reason, the page takes ages to load. I can't help thinking the code below is not that efficient.
RewriteRule images/(.*)$
Could someone enlighten me?
Thanks
The following code in my .htaccess does the job, but for some reason, the page takes ages to load. I can't help thinking the code below is not that efficient.
RewriteRule images/(.*)$
Could someone enlighten me?
Thanks