将 htaccess 与 CDN 结合使用
我现有开发的网站图像网址是 http://domain.com/assets/
目前我们想要使用 CDN 拉取
我的 CDN 图像网址是 http://cdn.cdndomain.com /
如何对我现有的网站使用 CDN。我们不想更改现有的 html 图像路径。如何用.htaccess
重写?
My existing developed site image url is http://domain.com/assets/
at present we want to use CDN with pull
my CDN image url is http://cdn.cdndomain.com/
how to use cdn for my existing site. We dont want to change existing html image paths. how to rewrite with .htaccess
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将其放入您的domain.com文档根目录.htaccess:
Try to put this to your domain.com document root .htaccess:
需要考虑的一点是,CDN 提供商将允许您在 CDN 边缘网络进行重写,这将使所有重写开销远离您的原始服务器。
Something to consider is that CDN providers will allow you to do the rewrites at the CDN edge network which will keep all the overhead of the rewrites away from your Origin servers.