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

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

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