Home >Backend Development >PHP Tutorial >镜像存储配置好目标域名之后,访问的参数没有带上去.有什么方法能实现吗?

镜像存储配置好目标域名之后,访问的参数没有带上去.有什么方法能实现吗?

WBOY
WBOYOriginal
2016-06-06 20:24:041482browse

镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

回复内容:

镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

七牛不支持加速动态文件,会将问号后面的参数当做版本号处理,建议您的动态文件放在云主机上

Statement:
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
Previous article:权限ACL or RBAC?Next article:redis - php-resque遇到坑