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

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