为什么不为domain.com添加CNAME记录'static'(这个用于S3)和在Apache服务器上托管www以及这样的重写规则:
RewriteEngine On
RewriteRule ^somefolder/(.*)$ http://static.domain.com/$1 [P]
Run Code Online (Sandbox Code Playgroud)
要么
#This will save your time of creating the additional CNAME step
RewriteEngine On
RewriteRule ^somefolder/(.*)$ http://yourbucket.s3.amazonaws.com/$1 [P]
Run Code Online (Sandbox Code Playgroud)
编辑:使用mod代理似乎是一个更好的选择.
| 归档时间: |
|
| 查看次数: |
23311 次 |
| 最近记录: |