• 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.
  • Chevereto Support CLST

    Support response

    Support checklist

v4 resolve 404 issues when the auto delete option is used, or when a user deletes an image.

user_f1e85

Chevereto Member
Is there a way that all images that are not found, 404, that the system can show a specific image that I choose instead of giving a 404 response?
Since uses can choose to auto delete images when they upload them and then post their image links elsewhere, in the future these will show as 404's in my server log, I would rather show a error image.

Thanks, Mike
 
For Apache: Open root .htaccess and follow the instructions on image replace on 404.

For nginx: Edit your server block and follow the instructions on image replace 404.
 
Thanks Rodolfo, but this still produces a 404 entry in the server error log, I would like to direct to the image in the system instead of sending the 404 code to the server.
 
You will need to tweak the server rule to disable logging. Perhaps at virtual host if you are using Apache (I don't recall where you can configure that).
 
Back
Top