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

help

Status
Not open for further replies.

ttbt

Chevereto Member
hello。teacher!

I want to create a image website!
I just want the code like that picture !
can you help me creat it?

chevereto 2.5.8

I can give you the cast ,no problem !I don't want the latest version ! just 2.5.8
 

Attachments

  • aa.png
    aa.png
    89.1 KB · Views: 2
V2 reached end of life, there is no support for it.

However, the problem that you have is related to URL rewriting, add this to your website config (nginx):

Code:
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
 
Last edited:
Status
Not open for further replies.
Back
Top