• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Converting from CF image host

Dean

Chevereto Noob
Hi, I have an image host that is using CFimagehost, it has 2,000+ images that I don't want to loose. ( A lot of people hotlink etc; ) - Is there a way to convert from CF to Chevereto without loosing these images or their URLs?
 
Well, if you want to populate those files in the db you need to fool the chevereto upload script to handle those images like Chevereto 1.X ones. You fool the system making it think that CF is Chevereto 1.X

Then, you need to keep the old /di- files, for that simple use an htaccess rule to Chevereto.

RewriteRule ^di-(.*)?$ images/$1 [L]
Just below RewriteRule ^api$ api.php [L]

Note that in Chevereto 2.X the old images are in /images/old so the rule should point to there. But basically is not a migration is just fool the system.

Cheers,
 
Back
Top