• 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.

Settings of V3.0.X

Status
Not open for further replies.

discuss4u

Chevereto Member
In 2.5.9, nearly all settings are in the file config.php

And I have made things like virtual_folder_image and folder_images custom. I would like to know where I can set this after upgrading to v3

I have to roll back to 2.5.9 for the time being since I do not know how to set these. Please point me to the direction to do it.

Thanks very much.
 
Virtual folders have been deprecated. However, to make work your old links use this:

Code:
RewriteRule ^/virtualfolder/(.*)$ /image/$1 [R=301,NC,L]

Place that just below RewriteEngine On in root .htaccess
 
Status
Not open for further replies.
Back
Top