• 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

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