• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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