Home > Backend Development > PHP Tutorial > 在运营的项目做动静分离

在运营的项目做动静分离

WBOY
Release: 2016-06-06 20:33:14
Original
1144 people have browsed it

我们有一个正在运营的PHP项目,想用七牛云存储解决动静分离的问题,后期上传的项目可以调用七牛提供的API实现上传,但是原有的图片怎么放到七牛统一管理呢,难道需要自己做业务判断让老的图片继续访问原来的服务器吗

回复内容:

我们有一个正在运营的PHP项目,想用七牛云存储解决动静分离的问题,后期上传的项目可以调用七牛提供的API实现上传,但是原有的图片怎么放到七牛统一管理呢,难道需要自己做业务判断让老的图片继续访问原来的服务器吗

我先抛砖引玉,
用脚本把旧文件做一次数据迁移

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template