phpwcms icon indicating copy to clipboard operation
phpwcms copied to clipboard

Image Fullpath

Open q23 opened this issue 8 years ago • 3 comments

please allow full url path in config.inc.php $phpwcms['file_path'] = 'filearchive'; so as an example this would be possible https://cdn.example.com/f89a612759e57d925b9e0defdef3b6d2.jpg

q23 avatar Jul 18 '17 10:07 q23

It's a more difficult demand because in general it would be necessary to implement storing uploaded files on CDN storage too. I have to think about how this could be done…

slackero avatar Aug 20 '17 06:08 slackero

for me this question is more server related then phpwcms. it is easy to splitt or mirror parts of webspace to other systems via symlink or something like that.

another good solution could be to use subdomains to get a lot of files from same webspace without reaching browser max. connections per url (=magento solution).

q23 avatar Aug 22 '17 17:08 q23

Regarding upload to CDN... Something like this could help https://github.com/thephpleague/flysystem

marcus-at-localhost avatar May 28 '18 20:05 marcus-at-localhost