• 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

image route redirect

Status
Not open for further replies.

rovokop

Chevereto Member
Website URL
<private>

Chevereto version
3.10.5

Description of the issue
Dear support,

we've just updated Cheverto 2.5 to the latest version. Problem is that in the old version we've had links like:

http://domain/dX1
and now it's
http://domain/image/dX1

And the /dashboard/settings/routing doesn't allow to just use the domain (empty field).

Can you please advise how to change /image to /?

Thank you in advance for the support.
 
V2 used /image/id just like V3. Root is reserved for username so you shouldn't use a root rewrite for images.

There are two workarounds for this.

A. Hook a redirect at app/routes/route.index.php (check legacy part).

B. Create a list of URLs and add those to your server redirect (htaccess or Nginx configuration).

Do please understand that this question is outside of the scope of support. I can only give you indications, not code the modification for you.
 
Status
Not open for further replies.
Back
Top