Best unofficial Apache Server developers community |
|
Hi, Is it possible to use mod_rewrite on Amazon S3?
Thanks!
posted via StackOverflow
|
|
 
|
No. But you can host it under a different sub-domain. eg You can have
and serve them directly from it. Better still is serving these files in cloudfront. Here is how you get your own subdomain in cloudfront. One question to you is. All these files are mostly static, not performance heavy and rarely visited. Hosting them in CDN looks bit overkill. |
|
 
|
In this case you can use Error Document.
|